diff options
author | Michael Mason <ms13sp@gmail.com> | 2010-03-30 14:56:43 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2010-03-30 14:56:43 +0000 |
commit | 75d7d985d22cb30d79c0f0b1dc187d2b01fcfbfc (patch) | |
tree | e9ef5ecaf0b5b21d9dfcf4b9c0e2c521a7db65d5 /testing/rtnppd/Makefile.patch | |
parent | 9df1181ade37a4cbc3bb9ca0d54f44df0c8f1198 (diff) | |
download | aports-75d7d985d22cb30d79c0f0b1dc187d2b01fcfbfc.tar.bz2 aports-75d7d985d22cb30d79c0f0b1dc187d2b01fcfbfc.tar.xz |
testing/rtnppd Added with postgresql support
Diffstat (limited to 'testing/rtnppd/Makefile.patch')
-rw-r--r-- | testing/rtnppd/Makefile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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./ |