mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-03 15:51:33 +01:00
main/lockdev: fix musl build
This commit is contained in:
parent
1fd915b816
commit
8aa0f149ba
@ -29,6 +29,7 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
[ "$CLIBC" == "musl" ] && export CFLAGS="$CFLAGS -D__GNU_LIBRARY__"
|
||||
# bootstap fails with missing m4 dir
|
||||
mkdir m4
|
||||
./bootstrap || return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user