mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libfbclient to 2.5.6.27020-1
This commit is contained in:
parent
0d5c0bb4a5
commit
41be5518ef
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
|||
# - patch to link with atomic_ops
|
||||
|
||||
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/"
|
||||
|
@ -17,7 +17,7 @@ options=('!makeflags')
|
|||
source=(http://downloads.sourceforge.net/firebird/Firebird-$pkgver-0.tar.bz2
|
||||
link_atomic_ops.patch
|
||||
LICENSE)
|
||||
md5sums=('b0b5293991fcf07347b38431c80be1d4'
|
||||
md5sums=('5514798d5dca8c3525525c61cf35283e'
|
||||
'ca8e2c7a1fe0d3398f72d63a6c85422a'
|
||||
'0d61798861e159c85dbdf0f30fe2f2ce')
|
||||
|
||||
|
@ -32,7 +32,7 @@ build() {
|
|||
--without-fbsecure-db --with-fbmsg=/usr/share/firebird --without-fblog \
|
||||
--without-fbglock --without-fbplugins
|
||||
|
||||
make
|
||||
CXXFLAGS+=" -std=gnu++98 -fno-lifetime-dse" make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue