From: Andrea Zagli Date: Sun, 25 Jan 2015 14:15:08 +0000 (+0100) Subject: libgda: rebuild, con firebird e libsystre. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=cf43fb8e6806118ee8ef5ed3bbcadc544f96353f;p=msys2 libgda: rebuild, con firebird e libsystre. --- diff --git a/packages/mingw-w64-libgda-full/PKGBUILD b/packages/mingw-w64-libgda-full/PKGBUILD index e51cb7d..a4fca95 100644 --- a/packages/mingw-w64-libgda-full/PKGBUILD +++ b/packages/mingw-w64-libgda-full/PKGBUILD @@ -3,7 +3,7 @@ _realname=libgda pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-full" pkgver=5.2.2 -pkgrel=2 +pkgrel=3 arch=('any') pkgdesc="Data abstraction library based on GLib (mingw-w64)" license=("LGPL 2") @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gnome-doc-utils" "${MINGW_PACKAGE_PREFIX}-iso-codes" "${MINGW_PACKAGE_PREFIX}-db" - "${MINGW_PACKAGE_PREFIX}-libfbclient" + "${MINGW_PACKAGE_PREFIX}-firebird-git" "${MINGW_PACKAGE_PREFIX}-postgresql" "${MINGW_PACKAGE_PREFIX}-libmariadbclient" "${MINGW_PACKAGE_PREFIX}-openldap" @@ -56,7 +56,7 @@ prepare() { build() { if [ "${CARCH}" = "i686" ]; then - local _conf='--with-oracle=/c/Users/AndreaZ/Documents/development_environment_gtk3/instantclient_10_2/sdk --with-oracle-libdir-name=lib --with-firebird=/c/Users/AndreaZ/Documents/development_environment_gtk3/firebird --with-firebird-libdir-name=bin' + local _conf='--with-oracle=/c/Users/AndreaZ/Documents/development_environment_gtk3/instantclient_10_2/sdk --with-oracle-libdir-name=lib' export GRAPHVIZ_CFLAGS="-I/c/Users/AndreaZ/Documents/development_environment_gtk3/graphviz/include/graphviz" export GRAPHVIZ_LIBS="-L/c/Users/AndreaZ/Documents/development_environment_gtk3/graphviz/lib/release/dll -lgvc -lcgraph -lcdt" else @@ -82,6 +82,8 @@ build() { --with-ldap=${MINGW_PREFIX} \ --with-mysql=${MINGW_PREFIX} \ --with-mysql-libdir-name=lib \ + --with-firebird=${MINGW_PREFIX} \ + --with-firebird-libdir-name=bin \ $_conf make }