cronie: really unbreak musl

This commit is contained in:
Jürgen Buchmüller 2015-11-01 12:37:27 +01:00
parent f708d95d01
commit fa8838d39f

View File

@ -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
}