From 6f529089ce3056941d80138f853a3c030041b123 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 30 Mar 2015 11:41:09 -0700 Subject: [PATCH] waf: Remove 'linkflags.remove(x)' line added in error. Fixes bug #11165 - Bug in configure scripts when system-mitkrb5 is used https://bugzilla.samba.org/show_bug.cgi?id=11165 Signed-off-by: Jeremy Allison --- buildtools/wafsamba/samba_conftests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/buildtools/wafsamba/samba_conftests.py b/buildtools/wafsamba/samba_conftests.py index 1afc6c9..96fead5 100644 --- a/buildtools/wafsamba/samba_conftests.py +++ b/buildtools/wafsamba/samba_conftests.py @@ -565,7 +565,6 @@ def samba_config_c_parse_flags(line1, uselib, env): # 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:] -- 2.2.0.rc0.207.ga3a616c