diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-19 13:30:02 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-19 16:10:06 -0500 |
commit | 73cf082903cf381dcf5bd26defcacd74cb8afe89 (patch) | |
tree | 7527e268292aac5824324b7b4837d3835d6bb8b3 /contrib | |
parent | 872f00c1956630ae05a8d956e2a6ff9d12659512 (diff) | |
download | sssd-73cf082903cf381dcf5bd26defcacd74cb8afe89.tar.gz sssd-73cf082903cf381dcf5bd26defcacd74cb8afe89.tar.xz sssd-73cf082903cf381dcf5bd26defcacd74cb8afe89.zip |
Disable rpath support in the linker
The Fedora Package Guidelines forbid the use of rpaths
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
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} |