package libgda: disable postgresql support

I doubt this ever worked, it doesn't detect the prefixed pg_config and doesn't seem to support postgresql 9+
This commit is contained in:
Tony Theodore 2013-01-08 19:01:17 +11:00
parent 127e0a4fee
commit 063b1bc09a
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 61d0b498202b780750633cc2e957c40325d6c705
$(PKG)_SUBDIR := libgda-$($(PKG)_VERSION)
$(PKG)_FILE := libgda-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/libgda/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
$(PKG)_DEPS := gcc glib libxml2 mdbtools postgresql
$(PKG)_DEPS := gcc glib libxml2 mdbtools
define $(PKG)_UPDATE
echo 'TODO: Updates for package libgda need to be fixed.' >&2;
@ -26,6 +26,7 @@ define $(PKG)_BUILD
--disable-gtk-doc \
--without-bdb \
--with-mdb \
--without-postgres \
--without-oracle \
--without-mysql \
--without-firebird \