dev-cpp/trantor: Add upstream fix for resolver with USE="-adns".

Replaces previous workaround.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-10-26 17:26:22 +02:00
parent f59f172695
commit ba9bd9cc10
3 changed files with 63 additions and 46 deletions

View File

@@ -25,7 +25,7 @@ DEPEND="
test? ( dev-cpp/gtest )
"
PATCHES=( "${FILESDIR}/${PN}-1.5.2_skip-dnstest.patch" )
PATCHES=( "${FILESDIR}/${PN}-1.5.2_adns-fix.patch" )
src_prepare() {
use ssl || sed -i '/find_package(OpenSSL)/d' CMakeLists.txt || die