From a051de79dff8cdc6dac8b13671ff059e34f0bb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 15 Oct 2021 19:08:18 +0200 Subject: [PATCH] c_ares: improve CMAKE_BUILD_TYPE None isn't what we want here. thanks waddlesplash. --- net-dns/c_ares/c_ares-1.17.2.recipe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-dns/c_ares/c_ares-1.17.2.recipe b/net-dns/c_ares/c_ares-1.17.2.recipe index 450136f6d..8b2cf7ac7 100644 --- a/net-dns/c_ares/c_ares-1.17.2.recipe +++ b/net-dns/c_ares/c_ares-1.17.2.recipe @@ -14,7 +14,7 @@ COPYRIGHT="2004-2018 by Daniel Stenberg et al 2012 Marko Kreen 2005 Dominick Meglio" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://c-ares.haxx.se/download/c-ares-$portVersion.tar.gz" CHECKSUM_SHA256="4803c844ce20ce510ef0eb83f8ea41fa24ecaae9d280c468c582d2bb25b3913d" SOURCE_DIR="c-ares-$portVersion" @@ -61,8 +61,7 @@ defineDebugInfoPackage c_ares$secondaryArchSuffix \ BUILD() { cmake $cmakeDirArgs \ - -DCMAKE_BUILD_TYPE='None' \ - -DHAVE_ARPA_NAMESER_H=TRUE \ + -DCMAKE_BUILD_TYPE='RelWithDebInfo' \ -Wno-dev -B build -S . make -C build $jobArgs }