diff options
Diffstat (limited to 'net/samba3/files/patch-python_setup.py')
-rw-r--r-- | net/samba3/files/patch-python_setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/samba3/files/patch-python_setup.py b/net/samba3/files/patch-python_setup.py new file mode 100644 index 000000000000..fa195e473657 --- /dev/null +++ b/net/samba3/files/patch-python_setup.py @@ -0,0 +1,11 @@ +--- python/setup.py.orig Tue May 15 13:41:41 2007 ++++ python/setup.py Tue May 15 13:43:03 2007 +@@ -67,6 +67,8 @@ + 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"): |