From 9a316aae6a032a7cee3d307ebe8e80df6dcf3128 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Wed, 25 May 2016 01:21:45 -0400 Subject: [PATCH] bchunk: pass LDFLAGS --- srcpkgs/bchunk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bchunk/template b/srcpkgs/bchunk/template index f4480fa2fdc..ad421ddd26f 100644 --- a/srcpkgs/bchunk/template +++ b/srcpkgs/bchunk/template @@ -1,7 +1,7 @@ # Template file for 'bchunk' pkgname=bchunk version=1.2.0 -revision=2 +revision=3 maintainer="Dominik Honnef " 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() {