parent
25feb66e89
commit
a7dc1b6ecc
|
@ -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…
Reference in New Issue