Simplify export of LD_LIBRARY_PATH.
This commit is contained in:
parent
ba49bc1e5c
commit
1a525b0607
@ -4,7 +4,7 @@
|
|||||||
Summary: Apache Portable Runtime Utility library
|
Summary: Apache Portable Runtime Utility library
|
||||||
Name: apr-util
|
Name: apr-util
|
||||||
Version: 1.3.7
|
Version: 1.3.7
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -137,8 +137,7 @@ export MALLOC_CHECK_=2 MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
|
|||||||
cd test
|
cd test
|
||||||
make %{?_smp_mflags} testall
|
make %{?_smp_mflags} testall
|
||||||
# testall breaks with DBD DSO; ignore
|
# testall breaks with DBD DSO; ignore
|
||||||
LD_LIBRARY_PATH="`echo "../dbm/.libs:../dbd/.libs:../ldap/.libs:$LD_LIBRARY_PATH" | sed -e 's/::*$//'`"
|
export LD_LIBRARY_PATH="`echo "../dbm/.libs:../dbd/.libs:../ldap/.libs:$LD_LIBRARY_PATH" | sed -e 's/::*$//'`"
|
||||||
export LD_LIBRARY_PATH
|
|
||||||
./testall -v -q || true
|
./testall -v -q || true
|
||||||
./testall testrmm
|
./testall testrmm
|
||||||
./testall testdbm
|
./testall testdbm
|
||||||
@ -191,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-3
|
||||||
|
- make export of LD_LIBRARY_PATH simpler
|
||||||
|
|
||||||
* Mon Jun 8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-2
|
* Mon Jun 8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-2
|
||||||
- revert tests
|
- revert tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user