mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user