mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
cparser: fix Makefile
This commit is contained in:
parent
a0a9e0b647
commit
9f7f9f1d74
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ post_extract() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
vsed -i Makefile -e 's;"\\#;"#;g'
|
||||||
cat <<EOF >config.mak
|
cat <<EOF >config.mak
|
||||||
variant = release
|
variant = release
|
||||||
CFLAGS_release = $CFLAGS
|
CFLAGS_release = $CFLAGS
|
||||||
|
|
Loading…
Add table
Reference in a new issue