From 4cf6fc85f25f0e5674a5dce5428fb76209279627 Mon Sep 17 00:00:00 2001 From: zergin Date: Thu, 11 Mar 2004 12:04:22 +0000 Subject: [PATCH] - added patch to remove BR on libpq++-static Changed files: pdns.spec -> 1.32 --- pdns.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pdns.spec b/pdns.spec index 49aa3b6..5f92bbc 100644 --- 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} . -- 2.44.0