mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 04:56:55 +02:00
13 lines
373 B
Diff
13 lines
373 B
Diff
--- 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/postgresql
|
|
+LIBS = -lpq
|
|
|
|
PREFIX = /usr/local
|
|
INCLUDES = -I./
|