diff options
Diffstat (limited to 'testing/rtapd/Makefile.patch')
-rw-r--r-- | testing/rtapd/Makefile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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./ |