]> git.pld-linux.org Git - packages/ddt.git/blobdiff - ddt.spec
- updates for latest libpq++
[packages/ddt.git] / ddt.spec
index fe4ea84e36074f165b459de0a4ab0d6bc0e8645e..541f0a5e9149fde7704582ce3e4190d8dd0a1b6d 100644 (file)
--- a/ddt.spec
+++ b/ddt.spec
@@ -2,7 +2,7 @@ Summary:        Dynamic DNS Tools Server
 Summary(pl):   Serwer dynamicznego DNSu
 Name:          ddt
 Version:       0.5.9
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://download.sourceforge.net/ddt/%{name}-%{version}.tar.gz
@@ -10,6 +10,7 @@ Patch0:               %{name}-am_ac.patch
 Patch1:                %{name}-cgi-to-cgic.patch
 Patch2:                %{name}-bind-includes-hack.patch
 Patch3:                %{name}-nobody.patch
+Patch4:                %{name}-postgresql.patch
 URL:           http://www.ddts.org/
 Source1:       %{name}-client.init
 Source2:       %{name}-server.init
@@ -66,13 +67,14 @@ Skrypty CGI do Serwera Dynamicznego DNSu.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-CPPFLAGS="-I%{_includedir}/cgilibc"; export CPPFLAGS
+CPPFLAGS="-I%{_includedir}/cgilibc -I%{_includedir}/postgresql/server"; export CPPFLAGS
 %configure \
        --enable-docs \
        --enable-server \
This page took 0.09664 seconds and 4 git commands to generate.