1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix build with clang on amd64

Submitted by:	kwm@, dim@ and d0k (clang developer)
This commit is contained in:
Baptiste Daroussin 2012-01-14 20:12:19 +00:00
parent 8fb4c4110e
commit a40e46aa01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289238

View File

@ -0,0 +1,12 @@
--- ./config/mh-bsd-gcc.orig 2011-10-19 01:13:00.000000000 +0200
+++ ./config/mh-bsd-gcc 2012-01-14 21:01:17.083384507 +0100
@@ -23,9 +23,6 @@
## Compiler switch to embed a library name
LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
-## Shared library options
-LD_SOOPTIONS= -Wl,-Bsymbolic
-
## Shared object suffix
SO = so
## Non-shared intermediate object suffix