oue: respect LDFLAGS.

This commit is contained in:
Christian Neukirchen 2016-06-20 22:14:22 +02:00
parent 21173c2ce0
commit db830375b3

View file

@ -1,7 +1,7 @@
# Template file for 'oue'
pkgname=oue
version=2.31
revision=1
revision=2
hostmakedepends="msrc_base-devel"
makedepends="gdbm-devel"
depends="msrc_base"
@ -13,8 +13,8 @@ distfiles="http://www.npcguild.org/~ksb/rpms/SOURCES/${pkgname}-${version}.tgz"
checksum=5b559a869ad7dabc8e45c4ce3e3a6bb3e22b8ee7d9e8ebb0e8a4fbf1ab56e821
do_build() {
DEBUG="$CFLAGS" mmsrc -y INTO=build -DHOST=localhost -C auto.cf \
-- make -e
CFLAGS+=" $LDFLAGS"
mmsrc -y INTO=build -DHOST=localhost -C auto.cf -- make -e
}
do_install() {