mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
msrc_base: fix PIE.
This commit is contained in:
parent
2828969101
commit
09fb7dae90
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'msrc_base'
|
# Template file for 'msrc_base'
|
||||||
pkgname=msrc_base
|
pkgname=msrc_base
|
||||||
version=2.44
|
version=2.44
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="m4"
|
hostmakedepends="m4"
|
||||||
depends="m4 make"
|
depends="m4 make"
|
||||||
short_desc="The pundits tool-chain from the NPC Guild (xapply etc.)"
|
short_desc="The pundits tool-chain from the NPC Guild (xapply etc.)"
|
||||||
|
@ -33,7 +33,8 @@ do_install() {
|
||||||
export SBIN=${DESTDIR}${TOP}/bin
|
export SBIN=${DESTDIR}${TOP}/bin
|
||||||
|
|
||||||
# Inject XBPS's CFLAGS:
|
# Inject XBPS's CFLAGS:
|
||||||
export DEBUG="$CFLAGS"
|
export DEBUG="$CFLAGS $LDFLAGS"
|
||||||
|
export LDFLAGS="$CFLAGS $LDFLAGS"
|
||||||
unset CFLAGS
|
unset CFLAGS
|
||||||
|
|
||||||
make -C local/sbin/mmsrc -e clean boot
|
make -C local/sbin/mmsrc -e clean boot
|
||||||
|
|
Loading…
Add table
Reference in a new issue