grub: unbreak (take 2).
This commit is contained in:
parent
f4060808da
commit
ca802bb399
|
@ -25,9 +25,6 @@ post_extract() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# XXX Remove the strip wrapper
|
|
||||||
rm ${XBPS_WRAPPERDIR}/strip
|
|
||||||
|
|
||||||
unset CC AS LD RANLIB CPP
|
unset CC AS LD RANLIB CPP
|
||||||
CFLAGS="$CFLAGS -fno-stack-protector"
|
CFLAGS="$CFLAGS -fno-stack-protector"
|
||||||
|
|
||||||
|
@ -63,6 +60,9 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
# xxx remove the strip wrapper
|
||||||
|
rm ${XBPS_WRAPPERDIR}/strip
|
||||||
|
|
||||||
if [ -n "${_GRUBX64}" ]; then
|
if [ -n "${_GRUBX64}" ]; then
|
||||||
cd $wrksrc/efi_build
|
cd $wrksrc/efi_build
|
||||||
make DESTDIR=$DESTDIR/efi install
|
make DESTDIR=$DESTDIR/efi install
|
||||||
|
|
Loading…
Reference in New Issue