View | Details | Raw Unified | Return to bug 251098
Collapse All | Expand All

(-)lang/rexx-imc/files/patch-Makefile.REXXimc (+9 lines)
Lines 35-37 Link Here
35
 
35
 
36
 $(LIBDIR)/librexx.a: $(LIBFILES)
36
 $(LIBDIR)/librexx.a: $(LIBFILES)
37
 	$(VERBOSE) "$(LIBDIR)/librexx.a:"
37
 	$(VERBOSE) "$(LIBDIR)/librexx.a:"
38
@@ -143,7 +144,7 @@ interface.o: $(SRC)/interface.c $(HFILES)
39
 rxmathfn.rxfn: $(SRC)/rxmathfn.c $(SRC)/const.h $(SRC)/functions.h
40
 	$(VERBOSE) "rxmathfn.rxfn:"
41
 	$(CC) $(OPTFLAG) $(CCFLAG) -c $(PIC) -I$(SRC) $(SRC)/rxmathfn.c
42
-	$(LD) $(SOFLAG) -o rxmathfn.rxfn rxmathfn.o -lm
43
+	$(LD) $(SOFLAG) -o rxmathfn.rxfn rxmathfn.o -L/usr/lib -lm
44
 	@rm rxmathfn.o
45
 
46
 # If the source is in the current directory, this rule can be used.

Return to bug 251098