efmd: obey our LDFLAGS
This commit is contained in:
parent
e3cd6e9296
commit
4317135bd5
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'efmd'
|
||||
pkgname=efmd
|
||||
version=1.24
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="msrc_base-devel"
|
||||
depends="msrc_base"
|
||||
short_desc="Extraction filter for hxmd meta data files"
|
||||
|
@ -13,6 +13,7 @@ checksum=44f93b7aab940a3521caba853dcaa4521883a8a0ce3402f2d3d869570aaf5b24
|
|||
|
||||
do_build() {
|
||||
CFLAGS+=' -DDEF_HXMD_LIB=\".:/usr/lib/hxmd:/usr/lib/distrib\"'
|
||||
CFLAGS+=" $LDFLAGS"
|
||||
DEBUG="$CFLAGS" mmsrc -y INTO=build -DHOST=localhost -C auto.cf \
|
||||
-- make -e
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue