grub: unbreak (take 2).

This commit is contained in:
Juan RP 2015-05-08 17:02:24 +02:00
parent f4060808da
commit ca802bb399
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,6 @@ post_extract() {
}
do_configure() {
# XXX Remove the strip wrapper
rm ${XBPS_WRAPPERDIR}/strip
unset CC AS LD RANLIB CPP
CFLAGS="$CFLAGS -fno-stack-protector"
@ -63,6 +60,9 @@ do_build() {
}
do_install() {
# xxx remove the strip wrapper
rm ${XBPS_WRAPPERDIR}/strip
if [ -n "${_GRUBX64}" ]; then
cd $wrksrc/efi_build
make DESTDIR=$DESTDIR/efi install