]> git.pld-linux.org Git - packages/pdns.git/commitdiff
- added config hack for 64bit machines auto/th/pdns-2_9_21_1-1
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Wed, 20 Aug 2008 11:12:48 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdns.spec -> 1.67

pdns.spec

index d2e9c88f47f60200c05e7edf234bea9e5ed51b91..9cea7f213151bd8f772f2774c05add80bf1b7dcb 100644 (file)
--- a/pdns.spec
+++ b/pdns.spec
@@ -114,6 +114,11 @@ LDAP.
 %patch2 -p1
 cp %{SOURCE1} .
 cp %{SOURCE2} .
+cp %{SOURCE4} .
+
+%if "%{_lib}" == "lib64"
+%{__sed} -i -e 's/module-dir=\/usr\/lib\/pdns/module-dir=\/usr\/lib64\/pdns/' pdns.conf
+%endif
 
 %build
 CPPFLAGS="-DHAVE_NAMESPACE_STD -DHAVE_CXX_STRING_HEADER -DDLLIMPORT=\"\""
This page took 0.071502 seconds and 4 git commands to generate.