summaryrefslogtreecommitdiff
path: root/databases/postgresql81/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql81/patches/patch-ac')
-rw-r--r--databases/postgresql81/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/postgresql81/patches/patch-ac b/databases/postgresql81/patches/patch-ac
new file mode 100644
index 00000000000..44817fa239b
--- /dev/null
+++ b/databases/postgresql81/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1.1.1 2006/03/20 14:45:49 uebayasi Exp $
+
+--- src/backend/Makefile.orig 2005-10-28 05:45:29.000000000 +0900
++++ src/backend/Makefile
+@@ -13,6 +13,10 @@ subdir = src/backend
+ top_builddir = ../..
+ include $(top_builddir)/src/Makefile.global
+
++CFLAGS+= $(DL_CFLAGS)
++LDFLAGS+= $(DL_LDFLAGS)
++LIBS+= $(DL_LIBS)
++
+ DIRS := access bootstrap catalog parser commands executor lib libpq \
+ main nodes optimizer port postmaster regex rewrite \
+ storage tcop utils $(top_builddir)/src/timezone