18 lines
754 B
Diff
18 lines
754 B
Diff
diff -Naur pg_filedump-9.2.0.orig/Makefile pg_filedump-9.2.0/Makefile
|
|
--- pg_filedump-9.2.0.orig/Makefile 2012-03-12 12:02:44.000000000 -0400
|
|
+++ pg_filedump-9.2.0/Makefile 2012-11-13 19:14:54.665862604 -0500
|
|
@@ -4,12 +4,12 @@
|
|
FD_VERSION=9.2.0
|
|
|
|
CC=gcc
|
|
-CFLAGS=-g -O -Wall -Wmissing-prototypes -Wmissing-declarations
|
|
+CFLAGS+=-Wall -Wmissing-prototypes -Wmissing-declarations
|
|
|
|
# If working with a PG source directory, point PGSQL_INCLUDE_DIR to its
|
|
# src/include subdirectory. If working with an installed tree, point to
|
|
# the server include subdirectory, eg /usr/local/include/postgresql/server
|
|
-PGSQL_INCLUDE_DIR=../../pgsql/src/include
|
|
+PGSQL_INCLUDE_DIR=/usr/include/pgsql/server
|
|
|
|
|
|
DISTFILES= README.pg_filedump Makefile Makefile.contrib \
|