$NetBSD: patch-ac,v 1.1.1.1 2008/03/04 12:41:37 adam Exp $ --- src/backend/Makefile.orig 2007-08-21 03:11:12.000000000 +0200 +++ src/backend/Makefile @@ -14,6 +14,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 tsearch utils $(top_builddir)/src/timezone