6dccc13e36
New dependencies added: nss_wrapper, socket_wrapper and uid_wrapper Added patches to fix building with gnutls >= 3.4.0 and krb5
12 lines
565 B
Diff
12 lines
565 B
Diff
diff -ru samba-4.2.1.orig/buildtools/wafsamba/samba_conftests.py samba-4.2.1/buildtools/wafsamba/samba_conftests.py
|
|
--- samba-4.2.1.orig/buildtools/wafsamba/samba_conftests.py 2015-05-01 17:25:29.102280927 +0900
|
|
+++ samba-4.2.1/buildtools/wafsamba/samba_conftests.py 2015-05-01 17:25:52.541281486 +0900
|
|
@@ -565,7 +565,6 @@
|
|
# bugs in the real parse_flags() function.
|
|
#
|
|
if x == '-Wl,-rpath' or x == '-Wl,-R':
|
|
- linkflags.remove(x)
|
|
x = lst1.pop(0)
|
|
if x.startswith('-Wl,'):
|
|
rpath = x[4:]
|