summaryrefslogtreecommitdiffstats
path: root/contrib/sssd.spec.in
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-19 13:30:02 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-19 16:10:06 -0500
commit73cf082903cf381dcf5bd26defcacd74cb8afe89 (patch)
tree7527e268292aac5824324b7b4837d3835d6bb8b3 /contrib/sssd.spec.in
parent872f00c1956630ae05a8d956e2a6ff9d12659512 (diff)
downloadsssd-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/sssd.spec.in')
-rw-r--r--contrib/sssd.spec.in3
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}