]> git.pld-linux.org Git - packages/ddt.git/commitdiff
- updates for latest libpq++
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 May 2003 06:00:48 +0000 (06:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ddt.spec -> 1.10

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.048405 seconds and 4 git commands to generate.