grub: unbreak (remove strip(1) wrapper for now)
This commit is contained in:
parent
d0ad611472
commit
f4060808da
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ 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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue