diff --git a/srcpkgs/duperemove/template b/srcpkgs/duperemove/template index d87d303f70..5f892d5bf6 100644 --- a/srcpkgs/duperemove/template +++ b/srcpkgs/duperemove/template @@ -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 " @@ -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" +}