extra/libfbclient to 2.5.8.27089-2

This commit is contained in:
Kevin Mihelich 2018-08-08 19:28:00 +00:00
parent ef164701d6
commit 4297704042

View file

@ -7,7 +7,7 @@
pkgname=libfbclient
pkgver=2.5.8.27089
pkgrel=1
pkgrel=2
pkgdesc="Client library for Firebird"
arch=('x86_64')
url="http://www.firebirdsql.org/"
@ -23,6 +23,10 @@ md5sums=('38862a3da39cf91f4f2366fb510f18a6'
prepare() {
cd $srcdir/Firebird-$pkgver-0
# libio.h is not installed by glibc >= 2.28
sed -i '/libio\.h/d' src/jrd/perf.h
patch -p1 -i ../link_atomic_ops.patch
}