mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'
|
# Template file for 'rdfind'
|
||||||
pkgname=rdfind
|
pkgname=rdfind
|
||||||
version=1.4.1
|
version=1.4.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="nettle-devel"
|
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>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://rdfind.pauldreik.se"
|
homepage="https://rdfind.pauldreik.se"
|
||||||
distfiles="https://rdfind.pauldreik.se/rdfind-${version}.tar.gz"
|
distfiles="https://rdfind.pauldreik.se/rdfind-${version}.tar.gz"
|
||||||
checksum=30c613ec26eba48b188d2520cfbe64244f3b1a541e60909ce9ed2efb381f5e8c
|
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
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
aarch64) LDFLAGS="-Wl,-znotext";;
|
aarch64) LDFLAGS="-Wl,-znotext";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue