From ced162673bf1e824529eb04d8c33a4e30dcfb68e Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 17 Aug 2019 14:11:15 +0200 Subject: [PATCH] elfutils: prevent build failure on musl [ci skip] --- srcpkgs/elfutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/elfutils/template b/srcpkgs/elfutils/template index 40cd4b44ef9..3a7671de6b1 100644 --- a/srcpkgs/elfutils/template +++ b/srcpkgs/elfutils/template @@ -13,7 +13,7 @@ homepage="https://sourceware.org/elfutils/" distfiles="https://sourceware.org/${pkgname}/ftp/${version}/${pkgname}-${version}.tar.bz2" checksum=eb5747c371b0af0f71e86215a5ebb88728533c3a104a43d4231963f308cd1023 -CFLAGS="-Wno-error" +CFLAGS="-Wno-error -Wno-error=null-dereference" case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone musl-fts-devel musl-obstack" ;;