blob: 197cce501da6fb376471b357ddb1e1f1846e83f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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./
|