View | Details | Raw Unified | Return to bug 236546 | Differences between
and this patch

Collapse All | Expand All

(-)math/mprime/files/patch-linux64_makebsd (-1 / +1 lines)
Lines 19-25 Link Here
19
 
19
 
20
-LFLAGS = -L/usr/local/lib -Wl,-M
20
-LFLAGS = -L/usr/local/lib -Wl,-M
21
-LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread /usr/local/lib/libhwloc.a -lcurl -lstdc++ -lcompat -lgmp
21
-LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread /usr/local/lib/libhwloc.a -lcurl -lstdc++ -lcompat -lgmp
22
+LFLAGS = -L%%LOCALBASE%%/lib
22
+LFLAGS = -fuse-ld=bfd -L%%LOCALBASE%%/lib
23
+LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -lhwloc -lcurl -lcompat -lgmp
23
+LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -lhwloc -lcurl -lcompat -lgmp
24
 
24
 
25
 FACTOROBJ = factor64.o
25
 FACTOROBJ = factor64.o
(-)math/mprime/files/patch-linux_makebsd (-1 / +1 lines)
Lines 16-22 Link Here
16
 
16
 
17
-LFLAGS = -Wl,-M -L/usr/local/lib
17
-LFLAGS = -Wl,-M -L/usr/local/lib
18
-LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -Wl,-Bstatic /usr/local/lib/libhwloc.a -Wl,-Bstatic /usr/local/lib/libcurl.a -lz -lcompat -lstdc++ -Wl,-Bdynamic -lssl -lgmp
18
-LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -Wl,-Bstatic /usr/local/lib/libhwloc.a -Wl,-Bstatic /usr/local/lib/libcurl.a -lz -lcompat -lstdc++ -Wl,-Bdynamic -lssl -lgmp
19
+LFLAGS = -L%%LOCALBASE%%/lib
19
+LFLAGS = -fuse-ld=bfd -L%%LOCALBASE%%/lib
20
+LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -lcurl -lhwloc -lz -lcompat -lssl -lgmp
20
+LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -lcurl -lhwloc -lz -lcompat -lssl -lgmp
21
 
21
 
22
 FACTOROBJ = factor32.o
22
 FACTOROBJ = factor32.o

Return to bug 236546