From 75d7d985d22cb30d79c0f0b1dc187d2b01fcfbfc Mon Sep 17 00:00:00 2001 From: Michael Mason Date: Tue, 30 Mar 2010 14:56:43 +0000 Subject: testing/rtnppd Added with postgresql support --- testing/rtnppd/Makefile.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/rtnppd/Makefile.patch (limited to 'testing/rtnppd/Makefile.patch') diff --git a/testing/rtnppd/Makefile.patch b/testing/rtnppd/Makefile.patch new file mode 100644 index 0000000000..1d7e257248 --- /dev/null +++ b/testing/rtnppd/Makefile.patch @@ -0,0 +1,13 @@ +--- rtnppd.orig/Makefile Tue Mar 30 14:46:20 2010 ++++ rtnppd/Makefile Tue Mar 30 14:46:30 2010 +@@ -23,8 +23,8 @@ + + # Use PostgreSQL-server (with includes in /usr/include/pgsql + # and libs in /usr/lib +-#CFLAGS = -DUSE_POSTGRESQL -I/usr/include/pgsql +-#LIBS = -lpq ++CFLAGS = -DUSE_POSTGRESQL -I/usr/include/pgsql ++LIBS = -lpq + + PREFIX = /usr/local + INCLUDES = -I./ -- cgit v1.2.3