File resolv_wrapper_fix_glibc.patch of Package resolv_wrapper
Index: resolv_wrapper-1.1.6/tests/CMakeLists.txt
===================================================================
--- resolv_wrapper-1.1.6.orig/tests/CMakeLists.txt 2021-11-03 07:34:26.879288655 +0100
+++ resolv_wrapper-1.1.6/tests/CMakeLists.txt 2021-11-03 07:35:55.654365463 +0100
@@ -30,9 +30,9 @@ find_package(socket_wrapper REQUIRED)
set(RWRAP_TESTS test_res_init)
-if (HAVE_LIBRESOLV)
- set(RWRAP_TESTS ${RWRAP_TESTS} test_res_query_search)
-endif()
+#if (HAVE_LIBRESOLV)
+# set(RWRAP_TESTS ${RWRAP_TESTS} test_res_query_search)
+#endif()
function(ADD_CMOCKA_TEST_ENVIRONMENT _TEST_NAME)
if (CMAKE_BUILD_TYPE)