summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-ai
blob: 6ff3bbca4b03be23d059bb7c626ba2d20a740ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ai,v 1.4 2006/09/11 17:06:48 wiz Exp $

--- providers/postgres/Makefile.in.orig	2006-09-03 13:02:31.000000000 +0000
+++ providers/postgres/Makefile.in
@@ -55,7 +55,7 @@ am__installdirs = "$(DESTDIR)$(providerd
 providerLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(provider_LTLIBRARIES)
 am__DEPENDENCIES_1 =
-libgda_postgres_la_DEPENDENCIES = $(top_builddir)/libgda/libgda-3.la \
+libgda_postgres_la_DEPENDENCIES = \
 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 am_libgda_postgres_la_OBJECTS = gda-postgres-ddl.lo \
 	gda-postgres-provider.lo gda-postgres-recordset.lo \
@@ -360,7 +360,7 @@ libgda_postgres_la_SOURCES = \
 
 libgda_postgres_la_LDFLAGS = -export-dynamic -module -avoid-version -no-undefined
 libgda_postgres_la_LIBADD = \
-	$(top_builddir)/libgda/libgda-3.la \
+	-lgda-3 \
 	$(LIBGDA_LIBS) \
 	$(POSTGRES_LIBS)