From 34059e63c8a644b10cf9a59cca5e67a45053d16e Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 21 May 2007 21:17:21 +0000 Subject: r23052: sync with SAMBA_3_0_25 and start updating release notes --- source/python/setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/python/setup.py') diff --git a/source/python/setup.py b/source/python/setup.py index ce417710b30..1efe5938e11 100755 --- a/source/python/setup.py +++ b/source/python/setup.py @@ -67,6 +67,8 @@ for lib in string.split(samba_libs): libraries.append(lib[2:]) elif lib[0:8] == ("-pthread"): pass # Skip linker flags + elif lib[0:4] == ("-pie"): + pass # Skip linker flags elif lib[0:2] == "-L": library_dirs.append(lib[2:]) elif lib[0:2] in ("-W","-s"): -- cgit