elfutils: add missing space to template

This commit is contained in:
John 2023-01-17 19:50:33 +01:00
parent 24395572b5
commit af20478f97

View file

@ -23,7 +23,7 @@ if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" argp-standalone musl-fts-devel musl-obstack-devel" makedepends+=" argp-standalone musl-fts-devel musl-obstack-devel"
# mainly warnings from using error.h # mainly warnings from using error.h
CFLAGS+="-Wno-error" CFLAGS+=" -Wno-error"
# XXX: breaks some expected functionality # XXX: breaks some expected functionality
CFLAGS+=" -DFNM_EXTMATCH=0" CFLAGS+=" -DFNM_EXTMATCH=0"
# warnings and avoid blowing the stack # warnings and avoid blowing the stack