]> git.pld-linux.org Git - packages/apr-util.git/commitdiff
- specify full paths to get apu-config --ldflags working properly apr-util-0_9_3-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 13 Sep 2003 12:31:05 +0000 (12:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-util.spec -> 1.2

apr-util.spec

index 1965bb29b22600e61427d5ce803f5c6dee07c58b..1150e32fa117d20db93564f570ba12d1b75c3c0a 100644 (file)
@@ -42,8 +42,9 @@ Static apr-util library.
 %build
 %configure \
        --with-apr=%{_bindir}/apr-config \
-       --with-ldap \
-       --with-iconv
+       --with-ldap-include=%{_includedir} \
+       --with-ldap-lib=%{_libdir} \
+       --with-iconv=%{_prefix}
 %{__make}
 
 %install
This page took 0.109108 seconds and 4 git commands to generate.