From 3beeaef56aeb6a5731185d9d26a8b5230d59a661 Mon Sep 17 00:00:00 2001 From: Michael Mason Date: Tue, 30 Mar 2010 15:15:18 +0000 Subject: testing/rtapd added. Makefile support postgres --- testing/rtapd/Makefile.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/rtapd/Makefile.patch (limited to 'testing/rtapd/Makefile.patch') diff --git a/testing/rtapd/Makefile.patch b/testing/rtapd/Makefile.patch new file mode 100644 index 0000000000..197cce501d --- /dev/null +++ b/testing/rtapd/Makefile.patch @@ -0,0 +1,13 @@ +--- rtapd.orig/Makefile Tue Mar 30 15:10:02 2010 ++++ rtapd/Makefile Tue Mar 30 15:10:11 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