]> saetta.ns0.it Git - msys2/commitdiff
libgda: rebuild, con firebird e libsystre.
authorAndrea Zagli <azagli@libero.it>
Sun, 25 Jan 2015 14:15:08 +0000 (15:15 +0100)
committerAndrea Zagli <azagli@libero.it>
Sun, 25 Jan 2015 14:15:08 +0000 (15:15 +0100)
packages/mingw-w64-libgda-full/PKGBUILD

index e51cb7d867d6ef7666a356ddd754980399613fea..a4fca9508e8e6c8c6ec5f275cb9f56bf791ac67a 100644 (file)
@@ -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
 }