SOURCES: samba-setup-python.patch - updated for 3.0.20a
tommat
tommat at pld-linux.org
Tue Oct 4 16:47:13 CEST 2005
Author: tommat Date: Tue Oct 4 14:47:12 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 3.0.20a
---- Files affected:
SOURCES:
samba-setup-python.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/samba-setup-python.patch
diff -u SOURCES/samba-setup-python.patch:1.2 SOURCES/samba-setup-python.patch:1.3
--- SOURCES/samba-setup-python.patch:1.2 Fri Jul 8 22:51:58 2005
+++ SOURCES/samba-setup-python.patch Tue Oct 4 16:47:07 2005
@@ -1,7 +1,7 @@
-diff -urN samba-3.0.14a.org/source/python/setup.py samba-3.0.14a/source/python/setup.py
---- samba-3.0.14a.org/source/python/setup.py 2005-02-25 18:59:23.000000000 +0100
-+++ samba-3.0.14a/source/python/setup.py 2005-07-08 22:51:27.823948560 +0200
-@@ -49,8 +49,12 @@
+diff -Nur samba-3.0.20a-orig/source/python/setup.py samba-3.0.20a/source/python/setup.py
+--- samba-3.0.20a-orig/source/python/setup.py 2005-09-29 23:52:39.000000000 +0200
++++ samba-3.0.20a/source/python/setup.py 2005-10-04 14:53:04.555788552 +0200
+@@ -51,13 +51,17 @@
libraries = []
library_dirs = []
@@ -14,15 +14,18 @@
if lib[0:2] == "-l":
libraries.append(lib[2:])
continue
-@@ -60,6 +64,12 @@
+ if lib[0:8] == "-pthread":
+- libraries.append(lib[2:])
++ library_dirs.append("-lpthread")
+ continue
+ if lib[0:2] == "-L":
+ library_dirs.append(lib[2:])
+@@ -65,6 +69,9 @@
if lib[0:2] == "-W":
# Skip linker flags
continue
+ if lib[0:2] == "-z":
+ skip_next_keyword = 1
-+ continue
-+ if lib[0:8] == "-pthread":
-+ library_dirs.append("-lpthread")
+ continue
print "Unknown entry '%s' in $LIBS variable passed to setup.py" % lib
sys.exit(1)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/samba-setup-python.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list