Add files from parent branch HEAD:
[pkgsrc.git] / databases / postgresql83 / patches / patch-ac
1 $NetBSD$
2
3 --- src/backend/Makefile.orig   2007-08-21 03:11:12.000000000 +0200
4 +++ src/backend/Makefile
5 @@ -14,6 +14,10 @@ subdir = src/backend
6  top_builddir = ../..
7  include $(top_builddir)/src/Makefile.global
8  
9 +CFLAGS+= $(DL_CFLAGS)
10 +LDFLAGS+= $(DL_LDFLAGS)
11 +LIBS+= $(DL_LIBS)
12 +
13  DIRS = access bootstrap catalog parser commands executor lib libpq \
14         main nodes optimizer port postmaster regex rewrite \
15         storage tcop tsearch utils $(top_builddir)/src/timezone