From f4060808da3f0392453a44d9710c19176376417c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 8 May 2015 16:50:48 +0200 Subject: [PATCH] grub: unbreak (remove strip(1) wrapper for now) --- srcpkgs/grub/template | 3 +++ 1 file changed, 3 insertions(+) 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"