ldns: Removes ineffective vsed

This commit is contained in:
Greg Beard 2023-03-20 20:02:05 +00:00 committed by classabbyamp
parent 7cb077638f
commit c2c4db67e7

View file

@ -16,7 +16,6 @@ distfiles="http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${version}.ta
checksum=c3f72dd1036b2907e3a56e6acf9dfb2e551256b3c1bbd9787942deeeb70e7860
post_install() {
vsed -i -e "s|\(-specs=.*hardened-ld\)||g" -e "s|\(-specs=.*hardened-cc1\)||g" ${DESTDIR}/usr/bin/ldns-config
vlicense LICENSE
}