softethervpn5: version update to 5.02.5181 (incl. vulnerability fixes)
[feed/packages.git] / net / softethervpn5 / patches / 001-iconv-cmake-fix.patch
1 --- a/src/Mayaqua/CMakeLists.txt
2 +++ b/src/Mayaqua/CMakeLists.txt
3 @@ -80,7 +80,7 @@ if(UNIX)
4 find_package(Threads REQUIRED)
5
6 # In some cases libiconv is not included in libc
7 - find_library(LIB_ICONV iconv)
8 + find_library(LIB_ICONV iconv HINTS "${ICONV_LIB_PATH}")
9
10 find_library(LIB_M m)
11 find_library(LIB_RT rt)