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

Eli Schwartz eschwartz at archlinux.org
Mon Jan 22 16:31:29 UTC 2018


    Date: Monday, January 22, 2018 @ 16:31:28
  Author: eschwartz
Revision: 285005

Fix CFLAGS typo

Also move out of the prepare() function as this does not work with
`makepkg --nobuild && makepkg --noextract`

Modified:
  dnssec-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 16:25:26 UTC (rev 285004)
+++ PKGBUILD	2018-01-22 16:31:28 UTC (rev 285005)
@@ -54,11 +54,12 @@
       -e 's:/usr/sbin/dnssec-signzone:/usr/bin/dnssec-signzone:' \
       -i tools/etc/dnssec-tools/dnssec-tools.conf
 
-  export CFLAGS="$CFLASG -I/usr/include/openssl-1.0"
 }
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -I/usr/include/openssl-1.0"
   ./configure \
     --exec_prefix=/usr \
     --prefix=/usr \



More information about the arch-commits mailing list