blob: fe1d3682b82d386bb4088b0d4e42767d68a2c513 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-providers_postgres_Makefile.in,v 1.2 2019/05/17 08:20:34 wiz Exp $
For building postgres plugin as a separate package.
--- providers/postgres/Makefile.in.orig 2013-10-02 11:58:55.000000000 +0000
+++ providers/postgres/Makefile.in
@@ -100,7 +100,6 @@ am__installdirs = "$(DESTDIR)$(providerd
LTLIBRARIES = $(provider_LTLIBRARIES)
am__DEPENDENCIES_1 =
libgda_postgres_la_DEPENDENCIES = \
- $(top_builddir)/libgda/libgda-5.0.la \
$(top_builddir)/providers/reuseable/postgres/libgda-postgres.la \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
am_libgda_postgres_la_OBJECTS = gda-postgres-blob-op.lo \
@@ -462,7 +461,7 @@ libgda_postgres_la_SOURCES = \
libgda_postgres_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED) $(LIBTOOL_PROV_EXPORT_OPTIONS)
libgda_postgres_la_LIBADD = \
- $(top_builddir)/libgda/libgda-5.0.la \
+ -lgda-5.0 \
$(top_builddir)/providers/reuseable/postgres/libgda-postgres.la \
$(COREDEPS_LIBS) $(POSTGRES_LIBS)
|