mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
dumpet: fix LDFLAGS.
This commit is contained in:
parent
d334e7e48f
commit
7630aaa456
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dumpet'
|
# Template file for 'dumpet'
|
||||||
pkgname=dumpet
|
pkgname=dumpet
|
||||||
version=2.1
|
version=2.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="popt-devel libxml2-devel"
|
makedepends="popt-devel libxml2-devel"
|
||||||
|
@ -13,5 +13,6 @@ distfiles="https://fedorahosted.org/releases/d/u/dumpet/dumpet-$version.tar.bz2"
|
||||||
checksum=2cc1fa3a1b06f885e4524d1be80bdacc5b6a55057d0577262f2f5186b49a4da3
|
checksum=2cc1fa3a1b06f885e4524d1be80bdacc5b6a55057d0577262f2f5186b49a4da3
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC CFLAGS="$CFLAGS -I${XBPS_CROSS_BASE}/usr/include/libxml2" LDFLAGS="$LDFLAGS"
|
make CC=$CC CFLAGS="$CFLAGS -I${XBPS_CROSS_BASE}/usr/include/libxml2" \
|
||||||
|
LFLAGS="$LDFLAGS -lpopt -lxml2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue