mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 23:25:11 +02:00
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'
|
# Template file for 'efmd'
|
||||||
pkgname=efmd
|
pkgname=efmd
|
||||||
version=1.24
|
version=1.24
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="msrc_base-devel"
|
hostmakedepends="msrc_base-devel"
|
||||||
depends="msrc_base"
|
depends="msrc_base"
|
||||||
short_desc="Extraction filter for hxmd meta data files"
|
short_desc="Extraction filter for hxmd meta data files"
|
||||||
|
@ -13,6 +13,7 @@ checksum=44f93b7aab940a3521caba853dcaa4521883a8a0ce3402f2d3d869570aaf5b24
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
CFLAGS+=' -DDEF_HXMD_LIB=\".:/usr/lib/hxmd:/usr/lib/distrib\"'
|
CFLAGS+=' -DDEF_HXMD_LIB=\".:/usr/lib/hxmd:/usr/lib/distrib\"'
|
||||||
|
CFLAGS+=" $LDFLAGS"
|
||||||
DEBUG="$CFLAGS" mmsrc -y INTO=build -DHOST=localhost -C auto.cf \
|
DEBUG="$CFLAGS" mmsrc -y INTO=build -DHOST=localhost -C auto.cf \
|
||||||
-- make -e
|
-- make -e
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue