rhdb-utils/pg_filedump-make.patch
Pavel Raiskup 4876eae92d rebase to version 9.3.0
Which fixes btw. the FTBFS in f20+, thanks Tom.

Resolves: #1107018
Version: 9.3.0-1
2014-06-10 19:49:17 +02:00

19 lines
638 B
Diff

diff --git a/Makefile b/Makefile
index c64dfbf..28e1ccd 100644
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,12 @@
FD_VERSION=9.3.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 \