]> git.pld-linux.org Git - packages/apr-util.git/blobdiff - apr-util.spec
- specify full paths to get apu-config --ldflags working properly
[packages/apr-util.git] / 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.061317 seconds and 4 git commands to generate.