]> git.pld-linux.org Git - packages/pdns.git/commitdiff
- added patch to remove BR on libpq++-static
authorzergin <zergin@pld-linux.org>
Thu, 11 Mar 2004 12:04:22 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdns.spec -> 1.32

pdns.spec

index 49aa3b66f181d82d5923839b1360777a46f71978..5f92bbc277958a71bce86c4c5c17df5b67abb588 100644 (file)
--- a/pdns.spec
+++ b/pdns.spec
@@ -13,11 +13,12 @@ Source2:    http://downloads.powerdns.com/documentation/%{name}.txt
 Source3:       %{name}.init
 Source4:       %{name}.conf
 Source5:       %{name}.sysconfig
+Patch0:                %{name}-configure.patch
 URL:           http://www.powerdns.com/
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: libstdc++-devel
-BuildRequires: libpq++-static
+BuildRequires: libpq++-devel
 BuildRequires: mysql-devel
 BuildRequires: zlib-devel
 BuildRequires: openldap-devel
@@ -97,6 +98,7 @@ Ten pakiet pozwala na przechowywanie danych o strefach w katalogu LDAP.
 
 %prep
 %setup -q
+%patch0 -p1
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 
This page took 0.0326 seconds and 4 git commands to generate.