summaryrefslogtreecommitdiff
path: root/databases/postgresql73/patches/patch-ak
blob: 10f5a8311fbe18a2b1afeae0859d271f7989e9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ak,v 1.1 2004/12/18 15:59:55 jlam Exp $

--- src/backend/Makefile.orig	2003-03-21 12:18:34.000000000 -0500
+++ src/backend/Makefile
@@ -12,6 +12,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