From 73cf082903cf381dcf5bd26defcacd74cb8afe89 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 19 Feb 2010 13:30:02 -0500 Subject: Disable rpath support in the linker The Fedora Package Guidelines forbid the use of rpaths --- contrib/sssd.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 2c3398d86..db1c0bc1e 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -200,7 +200,8 @@ KRB5_LIBS=-lkrb5 \ --with-pubconf-path=%{pubconfpath} \ --with-init-dir=%{_initrddir} \ --enable-nsslibdir=/%{_lib} \ - --disable-static + --disable-static \ + --disable-rpath make %{?_smp_mflags} -- cgit