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

Evangelos Foutras foutrelis at archlinux.org
Mon Aug 6 15:55:40 UTC 2018


    Date: Monday, August 6, 2018 @ 15:55:40
  Author: foutrelis
Revision: 330982

Remove inclusion of libio.h header; not shipped by glibc 2.28

Modified:
  libfbclient/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++++
 1 file changed, 7 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-06 15:39:34 UTC (rev 330981)
+++ PKGBUILD	2018-08-06 15:55:40 UTC (rev 330982)
@@ -16,6 +16,13 @@
 md5sums=('38862a3da39cf91f4f2366fb510f18a6'
          '0d61798861e159c85dbdf0f30fe2f2ce')
 
+prepare() {
+  cd $srcdir/Firebird-$pkgver-0
+
+  # libio.h is not installed by glibc >= 2.28
+  sed -i '/libio\.h/d' src/jrd/perf.h
+}
+
 build() {
   cd $srcdir/Firebird-$pkgver-0
 



More information about the arch-commits mailing list