diff options
author | Michael Mason <ms13sp@gmail.com> | 2010-03-30 15:15:18 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2010-03-30 15:15:18 +0000 |
commit | 3beeaef56aeb6a5731185d9d26a8b5230d59a661 (patch) | |
tree | 6ed5a7c260437886727613b2d9189f5cd2fc9a1d /testing/rtapd/Makefile.patch | |
parent | 75d7d985d22cb30d79c0f0b1dc187d2b01fcfbfc (diff) | |
download | aports-3beeaef56aeb6a5731185d9d26a8b5230d59a661.tar.bz2 aports-3beeaef56aeb6a5731185d9d26a8b5230d59a661.tar.xz |
testing/rtapd added. Makefile support postgres
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 000000000..197cce501 --- /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./ |