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