duperemove: build with our {C,LD}FLAGS; enable build_pie.

This commit is contained in:
Juan RP 2015-04-03 12:02:51 +02:00
parent eba960d480
commit 67979e383b

View file

@ -1,7 +1,8 @@
# Template file for 'duperemove'
pkgname=duperemove
version=0.09.2
revision=1
revision=2
build_pie=yes
build_style=gnu-makefile
short_desc="Tools for deduping file systems"
maintainer="Enno Boland <eb@s01.de>"
@ -11,3 +12,7 @@ license="GPL-2"
homepage="https://github.com/markfasheh/duperemove"
distfiles="https://github.com/markfasheh/duperemove/archive/v$version.tar.gz"
checksum=2f7155bb916f4827a940c7ceb16c785b529320e621d3c7cbbd78639a06e65094
do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
}