diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-23 15:08:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-23 20:31:57 +0100 |
commit | c97d74b5f0608866bad3f7ae943811bdff4f7986 (patch) | |
tree | 1c7ec8a333f138e4d90a3c6a497d35f1da64c975 /postprocess/packregistry/makefile.mk | |
parent | 95780ec73990f96dc16fc677c895d00fa1360008 (diff) |
fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc.
Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini
(which made the code a little easier).
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
(cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80)
Conflicts:
configure.in
connectivity/source/drivers/postgresql/makefile.mk
Diffstat (limited to 'postprocess/packregistry/makefile.mk')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index 2041bbda8ee6..b542843e2c02 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -432,6 +432,12 @@ MY_FILES_binfilter = \ $(MY_MOD)/fcfg_writer_bf_types.xcu .END +.IF "$(BUILD_POSTGRESQL_SDBC)" == "YES" +MY_XCDS += $(MISC)/postgresqlsdbc.xcd +MY_DEPS_postgresqlsdbc = main +MY_FILES_postgresqlsdbc = $(MY_MOD)/DataAccess/postgresql.xcu +.END + .IF "$(GUIBASE)" == "unx" && \ (("$(ENABLE_GCONF)" == "TRUE" && "$(ENABLE_LOCKDOWN)" == "YES") || \ "$(ENABLE_GIO)" == "TRUE") |