diff --git a/srcpkgs/grub/template b/srcpkgs/grub/template index f3379611378..d922e8878a7 100644 --- a/srcpkgs/grub/template +++ b/srcpkgs/grub/template @@ -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"