- fix installbuilddir in apr-1-config
This commit is contained in:
parent
959d65450e
commit
d33618b688
@ -29,7 +29,7 @@ installed in parallel.
|
||||
includedir="@includedir@"
|
||||
|
||||
+libdir=`pkg-config --variable=libdir apr-@APR_MAJOR_VERSION@`
|
||||
+installbuilddir="${libdir}/build"
|
||||
+installbuilddir="${libdir}/apr/build"
|
||||
+
|
||||
CC="@CC@"
|
||||
CPP="@CPP@"
|
||||
|
5
apr.spec
5
apr.spec
@ -3,7 +3,7 @@
|
||||
Summary: Apache Portable Runtime library
|
||||
Name: apr
|
||||
Version: 1.2.7
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: Apache Software License
|
||||
Group: System Environment/Libraries
|
||||
URL: http://apr.apache.org/
|
||||
@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/apr-%{aprver}/*.h
|
||||
|
||||
%changelog
|
||||
* Tue May 2 2006 Joe Orton <jorton@redhat.com> 1.2.7-3
|
||||
- fix installbuilddir in apr-1-config
|
||||
|
||||
* Tue May 2 2006 Joe Orton <jorton@redhat.com> 1.2.7-2
|
||||
- update to 1.2.7
|
||||
- use pkg-config in apr-1-config to make it libdir-agnostic
|
||||
|
Loading…
Reference in New Issue
Block a user