mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 11:10:31 +02:00
duperemove: build with our {C,LD}FLAGS; enable build_pie.
This commit is contained in:
parent
eba960d480
commit
67979e383b
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue