From a414d6995bf2ae6d53d850b5789963a2073a548b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 11 Feb 2011 09:50:05 -0500 Subject: [PATCH] - Disable rpath --- libldb.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libldb.spec b/libldb.spec index 4a8c9ad..9545985 100644 --- a/libldb.spec +++ b/libldb.spec @@ -9,7 +9,7 @@ Name: libldb Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Libraries Summary: A schema-less, ldap like, API and database Requires: libtalloc >= %{talloc_version} @@ -83,16 +83,14 @@ Development files for the Python bindings for the LDB library %setup -q -n ldb-%{version} %build -%configure --disable-rpath-install \ +%configure --disable-rpath \ + --disable-rpath-install \ --bundled-libraries=NONE \ --with-modulesdir=%{_libdir}/ldb/modules \ --with-privatelibdir=%{_libdir}/ldb make V=1 %{?_smp_mflags} -%check -make V=1 %{?_smp_mflags} check - %install make install DESTDIR=%{buildroot} @@ -163,6 +161,9 @@ rm -rf %{buildroot} %postun -n pyldb -p /sbin/ldconfig %changelog +* Fri Feb 11 2011 Stephen Gallagher - 1.0.0-2 +- Disable rpath + * Fri Feb 11 2011 Stephen Gallagher - 1.0.0-1 - New upstream release 1.0.0 - SOname bump to account for module loading changes