rdfind: rebuild against nettle-3.6
This commit is contained in:
parent
6c479fa3b4
commit
c06402e973
1 changed files with 10 additions and 2 deletions
|
@ -1,16 +1,24 @@
|
|||
# Template file for 'rdfind'
|
||||
pkgname=rdfind
|
||||
version=1.4.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
makedepends="nettle-devel"
|
||||
short_desc="A program that finds duplicate files"
|
||||
checkdepends="tar which"
|
||||
short_desc="Program that finds duplicate files"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://rdfind.pauldreik.se"
|
||||
distfiles="https://rdfind.pauldreik.se/rdfind-${version}.tar.gz"
|
||||
checksum=30c613ec26eba48b188d2520cfbe64244f3b1a541e60909ce9ed2efb381f5e8c
|
||||
|
||||
pre_configure() {
|
||||
# skip tests that don't work as expected in the chroot
|
||||
vsed -i Makefile.in \
|
||||
-e 's:testcases/hardlink_fails.sh \\:\\:' \
|
||||
-e 's:testcases/symlinking_action.sh \\:\\:'
|
||||
}
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
aarch64) LDFLAGS="-Wl,-znotext";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue