mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
elfutils: add missing space to template
This commit is contained in:
parent
24395572b5
commit
af20478f97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue