diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-05-24 07:54:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-05-24 07:54:25 +0000 |
commit | cbf318b29dde8496a5d724c78e64cb5163b9a558 (patch) | |
tree | c7aec4678ade46e29d9008a8e73bec542b66fba8 /net/samba3/files/patch-python_setup.py | |
parent | f6047d4b6121745c3684e4925048be702a4018b0 (diff) |
Notes
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"): |