]> git.pld-linux.org Git - packages/apr-util.git/commitdiff
- builds now even when there is bo BUILD/apr directory
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 13 Sep 2003 15:14:16 +0000 (15:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-util.spec -> 1.4

apr-util.spec

index 964717baaf2d9b87e782769d4403f6d8c91ee0ad..fd2e05865279a530e53c17a13bc289117d761a75 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       A companion library to Apache Portable Runtime
 Name:          apr-util
 Version:       0.9.4
-Release:       0.%{snap}.1
+Release:       0.%{snap}.2
 Epoch:         1
 License:       Apache
 Group:         Libraries
@@ -17,7 +17,6 @@ BuildRequires:        db-devel
 BuildRequires: gdbm-devel
 BuildRequires: libtool
 BuildRequires: autoconf
-BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _includedir     /usr/include/apr-util
@@ -45,10 +44,11 @@ Static apr-util library.
 %setup  -q -n %{name}
 
 %build
-./buildconf
+./buildconf \
+       --with-apr=%{_datadir}/apr
 %configure \
        --with-apr=%{_bindir}/apr-config \
-       --with-ldap-include=%{_includedir} \
+       --with-ldap-include=%{_prefix}/include \
        --with-ldap-lib=%{_libdir} \
        --with-iconv=%{_prefix}
 %{__make}
This page took 0.116223 seconds and 4 git commands to generate.