grub: unbreak (take 2).
This commit is contained in:
parent
f4060808da
commit
ca802bb399
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue