]> git.pld-linux.org Git - packages/pdns.git/commitdiff
- specify libdir as path to mysql and postgresql
authorundefine <undefine@pld-linux.org>
Thu, 19 Aug 2004 09:49:51 +0000 (09:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdns.spec -> 1.34

pdns.spec

index 0deff11dc408abf3f767432ff8e634de533d1856..d586482ff0471fc09d99542f6e19e7c05e72c393 100644 (file)
--- a/pdns.spec
+++ b/pdns.spec
@@ -112,8 +112,10 @@ CPPFLAGS="-DHAVE_NAMESPACE_STD -DHAVE_CXX_STRING_HEADER -DDLLIMPORT=\"\""
        --with-modules="" \
        --enable-mysql \
        --enable-pgsql \
-       --with-pgsql-lib=/usr/lib \
+       --with-pgsql-lib=%{_libdir} \
        --with-pgsql-includes=%{_includedir} \
+       --with-mysql-lib=%{_libdir} \
+       --with-mysql-includes=%{_includedir} \
        --enable-ldap \
        --disable-static
 
This page took 0.097269 seconds and 4 git commands to generate.