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

Antonio Rojas arojas at archlinux.org
Wed Jul 12 17:50:16 UTC 2017


    Date: Wednesday, July 12, 2017 @ 17:50:14
  Author: arojas
Revision: 300171

PIE rebuild

Modified:
  isdn4k-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-12 17:40:57 UTC (rev 300170)
+++ PKGBUILD	2017-07-12 17:50:14 UTC (rev 300171)
@@ -4,7 +4,7 @@
 
 pkgname=isdn4k-utils
 pkgver=3.27
-pkgrel=2
+pkgrel=3
 pkgdesc="User space administration programs and tools for ISDN"
 arch=('i686' 'x86_64')
 url="http://www.isdn4linux.de/"
@@ -44,7 +44,7 @@
 
 build() {
   cd $srcdir/$pkgname
-  make
+  PERL_USE_UNSAFE_INC=1 make
 }
 
 package() {



More information about the arch-commits mailing list