mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libfbclient to 2.5.8.27089-2
This commit is contained in:
parent
ef164701d6
commit
4297704042
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue