parent
25feb66e89
commit
a7dc1b6ecc
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ conf_files="
|
||||||
|
|
||||||
CFLAGS="-D_GNU_SOURCE"
|
CFLAGS="-D_GNU_SOURCE"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# Custom CFLAGS.
|
# Custom CFLAGS.
|
||||||
find -name "Makefile.linux" -exec sed -i "{}" \
|
find -name "Makefile.linux" -exec sed -i "{}" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue