summaryrefslogtreecommitdiffstats
path: root/source/python
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-04-04 13:23:11 +0000
committerGerald Carter <jerry@samba.org>2004-04-04 13:23:11 +0000
commit44449419559cae0176e1bd4755a3a6a0e3a6ae13 (patch)
tree2e9777ff4b7681a8b93e2365849b1d075b742119 /source/python
parent211fcde5103a2eeaa5c4a71040f49d3400c1491e (diff)
downloadsamba-44449419559cae0176e1bd4755a3a6a0e3a6ae13.tar.gz
samba-44449419559cae0176e1bd4755a3a6a0e3a6ae13.tar.xz
samba-44449419559cae0176e1bd4755a3a6a0e3a6ae13.zip
r15: syncing for 3.0.3pre2
Diffstat (limited to 'source/python')
-rwxr-xr-xsource/python/setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/python/setup.py b/source/python/setup.py
index a9f220f195a..4a4f6ad3f81 100755
--- a/source/python/setup.py
+++ b/source/python/setup.py
@@ -57,6 +57,9 @@ for lib in string.split(samba_libs):
if lib[0:2] == "-L":
library_dirs.append(lib[2:])
continue
+ if lib[0:2] == "-W":
+ # Skip linker flags
+ continue
print "Unknown entry '%s' in $LIBS variable passed to setup.py" % lib
sys.exit(1)