cronie: really unbreak musl
This commit is contained in:
parent
f708d95d01
commit
fa8838d39f
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
*-musl) makedepends+=" musl-obstack" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
pre_build() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) LIBS+=" -lobstack" ;;
|
||||
*-musl) sed -i Makefile */Makefile -e "s; -lpam; -lobstack&;" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue