mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 04:51:44 +00:00
1c2cee2b81
softethervpn5: The softethervpn5 package is due for an update from recent source. This PR implements a Makefile update to pull December 2023 release, which includes fixes for recently-disclosed vulnerabilities. The build patches are also updated accordingly. Signed-off-by: Thomas Winkler <tewinkler86@gmail.com>
12 lines
327 B
Diff
12 lines
327 B
Diff
--- a/src/Mayaqua/CMakeLists.txt
|
|
+++ b/src/Mayaqua/CMakeLists.txt
|
|
@@ -80,7 +80,7 @@ if(UNIX)
|
|
find_package(Threads REQUIRED)
|
|
|
|
# In some cases libiconv is not included in libc
|
|
- find_library(LIB_ICONV iconv)
|
|
+ find_library(LIB_ICONV iconv HINTS "${ICONV_LIB_PATH}")
|
|
|
|
find_library(LIB_M m)
|
|
find_library(LIB_RT rt)
|