firefox: fix musl build

This commit is contained in:
Michael Gehring 2016-04-08 11:45:22 +02:00
parent f55cf733d8
commit 4847f72416

View file

@ -29,7 +29,7 @@ conflicts="firefox-esr>=0"
pre_configure() { pre_configure() {
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) *-musl)
$XBPS_FETCH_CMD http://git.alpinelinux.org/cgit/aports/plain/community/firefox/stab.h $XBPS_FETCH_CMD http://git.alpinelinux.org/cgit/aports/plain/community/firefox-esr/stab.h
mv stab.h toolkit/crashreporter/google-breakpad/src/ mv stab.h toolkit/crashreporter/google-breakpad/src/
;; ;;
esac esac