FreeBSD Bugzilla – Attachment 202908 Details for
Bug 236546
[PATCH] math/mprime: does not work on FreeBSD 12.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Force mprime linking to use BFD ld
force-ld-bfd-1.diff (text/plain), 1.24 KB, created by
Dimitry Andric
on 2019-03-16 12:28:03 UTC
(
hide
)
Description:
Force mprime linking to use BFD ld
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2019-03-16 12:28:03 UTC
Size:
1.24 KB
patch
obsolete
>Index: math/mprime/files/patch-linux64_makebsd >=================================================================== >--- math/mprime/files/patch-linux64_makebsd (revision 495869) >+++ math/mprime/files/patch-linux64_makebsd (working copy) >@@ -19,7 +19,7 @@ > > -LFLAGS = -L/usr/local/lib -Wl,-M > -LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread /usr/local/lib/libhwloc.a -lcurl -lstdc++ -lcompat -lgmp >-+LFLAGS = -L%%LOCALBASE%%/lib >++LFLAGS = -fuse-ld=bfd -L%%LOCALBASE%%/lib > +LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -lhwloc -lcurl -lcompat -lgmp > > FACTOROBJ = factor64.o >Index: math/mprime/files/patch-linux_makebsd >=================================================================== >--- math/mprime/files/patch-linux_makebsd (revision 495869) >+++ math/mprime/files/patch-linux_makebsd (working copy) >@@ -16,7 +16,7 @@ > > -LFLAGS = -Wl,-M -L/usr/local/lib > -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 >-+LFLAGS = -L%%LOCALBASE%%/lib >++LFLAGS = -fuse-ld=bfd -L%%LOCALBASE%%/lib > +LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -lcurl -lhwloc -lz -lcompat -lssl -lgmp > > FACTOROBJ = factor32.o
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236546
:
202876
|
202877
| 202908 |
202909
|
202910
|
202917
Working