bchunk: pass LDFLAGS
This commit is contained in:
parent
78ac7869b6
commit
9a316aae6a
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue