msrc_base: fix PIE.
This commit is contained in:
parent
2828969101
commit
09fb7dae90
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'msrc_base'
|
||||
pkgname=msrc_base
|
||||
version=2.44
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="m4"
|
||||
depends="m4 make"
|
||||
short_desc="The pundits tool-chain from the NPC Guild (xapply etc.)"
|
||||
|
@ -33,7 +33,8 @@ do_install() {
|
|||
export SBIN=${DESTDIR}${TOP}/bin
|
||||
|
||||
# Inject XBPS's CFLAGS:
|
||||
export DEBUG="$CFLAGS"
|
||||
export DEBUG="$CFLAGS $LDFLAGS"
|
||||
export LDFLAGS="$CFLAGS $LDFLAGS"
|
||||
unset CFLAGS
|
||||
|
||||
make -C local/sbin/mmsrc -e clean boot
|
||||
|
|
Loading…
Reference in New Issue