From af20478f97d29cb2864ff7367afb9fd22b887de0 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 17 Jan 2023 19:50:33 +0100 Subject: [PATCH] elfutils: add missing space to template --- srcpkgs/elfutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/elfutils/template b/srcpkgs/elfutils/template index eff92e80539..eda621c1511 100644 --- a/srcpkgs/elfutils/template +++ b/srcpkgs/elfutils/template @@ -23,7 +23,7 @@ if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" argp-standalone musl-fts-devel musl-obstack-devel" # mainly warnings from using error.h - CFLAGS+="-Wno-error" + CFLAGS+=" -Wno-error" # XXX: breaks some expected functionality CFLAGS+=" -DFNM_EXTMATCH=0" # warnings and avoid blowing the stack