msrc_base: fix PIE.

This commit is contained in:
Christian Neukirchen 2016-05-28 15:16:00 +02:00
parent 2828969101
commit 09fb7dae90

View file

@ -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