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

Jelle van der Waa jelle at archlinux.org
Sun Sep 22 15:54:03 UTC 2019


    Date: Sunday, September 22, 2019 @ 15:54:03
  Author: jelle
Revision: 363249

upgpkg: libtasn1 4.14-2

Support FULL RELRO by setting CODE_COVERAGE_LDFLAGS to LDFLAGS and remove the
unsupported --with-packager flags.

Modified:
  libtasn1/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-22 15:31:16 UTC (rev 363248)
+++ PKGBUILD	2019-09-22 15:54:03 UTC (rev 363249)
@@ -4,7 +4,7 @@
 
 pkgname=libtasn1
 pkgver=4.14
-pkgrel=1
+pkgrel=2
 pkgdesc="The ASN.1 library used in GNUTLS"
 arch=('x86_64')
 license=('GPL3' 'LGPL')
@@ -17,11 +17,8 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-      --with-packager=Archlinux \
-      --with-packager-bug-reports="http://bugs.archlinux.org/" \
-      --with-packager-version=${pkgver}-${pkgrel}
-  make
+  ./configure --prefix=/usr
+  CODE_COVERAGE_LDFLAGS=${LDFLAGS} make
 }
 
 check() {



More information about the arch-commits mailing list