grub: unbreak (remove strip(1) wrapper for now)
This commit is contained in:
parent
d0ad611472
commit
f4060808da
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue