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

Kyle Keen kkeen at archlinux.org
Tue Dec 6 06:27:16 UTC 2016


    Date: Tuesday, December 6, 2016 @ 06:27:15
  Author: kkeen
Revision: 198085

upgpkg: libx86 1.1-6 FS#48120

Modified:
  libx86/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-06 05:03:09 UTC (rev 198084)
+++ PKGBUILD	2016-12-06 06:27:15 UTC (rev 198085)
@@ -6,7 +6,7 @@
 
 pkgname=libx86
 pkgver=1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Provides an lrmi interface that works on x86, am64 and alpha"
 arch=('i686' 'x86_64')
 url="http://www.codon.org.uk/~mjg59/libx86/"
@@ -23,6 +23,9 @@
   # lrmi.c patch courtesy of Gentoo
   patch -Np0 -i "${srcdir}"/libx86-ifmask.patch
 
+  # FS#48120 courtesy of rrika
+  CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
+
   # compensate for x86_64
   if [ "$CARCH" = "x86_64" ]; then
     make BACKEND=x86emu



More information about the arch-commits mailing list