From cf43fb8e6806118ee8ef5ed3bbcadc544f96353f Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sun, 25 Jan 2015 15:15:08 +0100 Subject: [PATCH] libgda: rebuild, con firebird e libsystre. --- packages/mingw-w64-libgda-full/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 } -- 2.49.0