summaryrefslogtreecommitdiff
path: root/samba/samba-4.2.1-krb5.patch
blob: 87a956877a338012124215bd863afbd945b853f1 (plain)
    1 diff -ru samba-4.2.1.orig/buildtools/wafsamba/samba_conftests.py samba-4.2.1/buildtools/wafsamba/samba_conftests.py
    2 --- samba-4.2.1.orig/buildtools/wafsamba/samba_conftests.py	2015-05-01 17:25:29.102280927 +0900
    3 +++ samba-4.2.1/buildtools/wafsamba/samba_conftests.py	2015-05-01 17:25:52.541281486 +0900
    4 @@ -565,7 +565,6 @@
    5          # bugs in the real parse_flags() function.
    6          #
    7          if x == '-Wl,-rpath' or x == '-Wl,-R':
    8 -            linkflags.remove(x)
    9              x = lst1.pop(0)
   10              if x.startswith('-Wl,'):
   11                  rpath = x[4:]

Generated by cgit