bchunk: pass LDFLAGS

This commit is contained in:
Toyam Cox 2016-05-25 01:21:45 -04:00
parent 78ac7869b6
commit 9a316aae6a

View file

@ -1,7 +1,7 @@
# Template file for 'bchunk'
pkgname=bchunk
version=1.2.0
revision=2
revision=3
maintainer="Dominik Honnef <dominik@honnef.co>"
license="GPL-2"
homepage="http://he.fi/bchunk/"
@ -10,7 +10,7 @@ distfiles="http://he.fi/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=afdc9d5e38bdd16f0b8b9d9d382b0faee0b1e0494446d686a08b256446f78b5d
do_build() {
$CC $CFLAGS bchunk.c -o bchunk
$CC $CFLAGS bchunk.c -o bchunk $LDFLAGS
}
do_install() {