[arch-commits] Commit in libfbclient/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Sep 29 20:19:36 UTC 2016


    Date: Thursday, September 29, 2016 @ 20:19:36
  Author: arojas
Revision: 277298

Update to 2.5.6

Modified:
  libfbclient/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-29 20:17:25 UTC (rev 277297)
+++ PKGBUILD	2016-09-29 20:19:36 UTC (rev 277298)
@@ -3,8 +3,8 @@
 # Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
 
 pkgname=libfbclient
-pkgver=2.5.5.26952
-pkgrel=2
+pkgver=2.5.6.27020
+pkgrel=1
 pkgdesc="Client library for Firebird."
 arch=('i686' 'x86_64')
 url="http://www.firebirdsql.org/"
@@ -13,7 +13,7 @@
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/firebird/Firebird-$pkgver-0.tar.bz2
         LICENSE)
-md5sums=('b0b5293991fcf07347b38431c80be1d4'
+md5sums=('5514798d5dca8c3525525c61cf35283e'
          '0d61798861e159c85dbdf0f30fe2f2ce')
 
 build() {
@@ -25,7 +25,7 @@
     --without-fbsecure-db --with-fbmsg=/usr/share/firebird --without-fblog \
     --without-fbglock --without-fbplugins
 
-  make
+  CXXFLAGS+=" -std=gnu++98 -fno-lifetime-dse" make
 }
 
 package() {



More information about the arch-commits mailing list