Skip to content

Commit

Permalink
elfutils: add missing space to template
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnynator committed Jan 17, 2023
1 parent 2439557 commit af20478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/elfutils/template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af20478

Please sign in to comment.