diff options
author | François Andriot <[email protected]> | 2015-08-09 10:46:34 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2015-08-09 10:46:34 +0200 |
commit | 50617fcbe92a7335c688397940bca9e7f0d403f7 (patch) | |
tree | f0277f6a99168c185b59663c8a2163635e4e8913 /redhat/applications/kcmldapmanager | |
parent | 5c97afc755186f293c696f06c346a57a48db915d (diff) | |
download | tde-packaging-50617fcbe92a7335c688397940bca9e7f0d403f7.tar.gz tde-packaging-50617fcbe92a7335c688397940bca9e7f0d403f7.zip |
RPM Packaging: fix openldap 2.4 support on RHEL 5
Diffstat (limited to 'redhat/applications/kcmldapmanager')
-rw-r--r-- | redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec b/redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec index 43eae8ac5..0d9d75521 100644 --- a/redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec +++ b/redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec @@ -157,7 +157,7 @@ export PATH="%{tde_bindir}:${PATH}" \ %if 0%{?rhel} == 5 --with-extra-includes=/usr/include/openldap24 \ - --with-extra-libs=/usr/lib/openldap24 \ + --with-extra-libs=%{_libdir}/openldap24 \ %endif %__make %{?_smp_mflags} |