grub: unbreak (remove strip(1) wrapper for now)

This commit is contained in:
Juan RP 2015-05-08 16:50:48 +02:00
parent d0ad611472
commit f4060808da
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ post_extract() {
}
do_configure() {
# XXX Remove the strip wrapper
rm ${XBPS_WRAPPERDIR}/strip
unset CC AS LD RANLIB CPP
CFLAGS="$CFLAGS -fno-stack-protector"