mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
ldns: mark broken on x86_64.
This commit is contained in:
parent
cd38a6dc81
commit
460b7fa97d
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ homepage="http://www.nlnetlabs.nl/projects/ldns/"
|
|||
distfiles="http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=958229abce4d3aaa19a75c0d127666564b17216902186e952ca4aef47c6d7fa3
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64) broken="https://build.voidlinux.org/builders/x86_64_builder/builds/38934/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vsed -i -e "s|\(-specs=.*hardened-ld\)||g" -e "s|\(-specs=.*hardened-cc1\)||g" ${DESTDIR}/usr/bin/ldns-config
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue