diff options
author | Matthieu Patou <mat@matws.net> | 2010-10-30 16:50:33 +0400 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2010-10-30 13:45:18 +0000 |
commit | 33b276c2f16c4ec70cf392e850558cfd6703d7e6 (patch) | |
tree | 3bba2ed6bace4a3ee973d3f49d960c1c39e08f75 /buildtools/wafsamba/wscript | |
parent | 23b58804ba8ab2bb190758df283eacf3ec5d8787 (diff) | |
download | samba-33b276c2f16c4ec70cf392e850558cfd6703d7e6.tar.gz samba-33b276c2f16c4ec70cf392e850558cfd6703d7e6.tar.bz2 samba-33b276c2f16c4ec70cf392e850558cfd6703d7e6.zip |
build: set shared libraries flags correctly on mac os X
Diffstat (limited to 'buildtools/wafsamba/wscript')
-rw-r--r-- | buildtools/wafsamba/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript index 49f1cf4604..90aeb45582 100644 --- a/buildtools/wafsamba/wscript +++ b/buildtools/wafsamba/wscript @@ -275,8 +275,6 @@ def configure(conf): else: conf.ADD_CFLAGS('-fPIC', testflags=True) - if sys.platform == 'darwin': - conf.ADD_LDFLAGS('-fno-common', testflags=True) conf.CHECK_INLINE() # check for pkgconfig |