mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
add32f21c3
Signed-off-by: Kevin Williams <admin@utermux.dev> a
12 lines
367 B
Diff
12 lines
367 B
Diff
--- a/libfreshclam/CMakeLists.txt
|
|
+++ b/libfreshclam/CMakeLists.txt
|
|
@@ -52,7 +52,7 @@
|
|
target_link_libraries( freshclam
|
|
PUBLIC
|
|
network )
|
|
- elseif(UNIX)
|
|
+ elseif(FALSE)
|
|
if(HAVE_RESOLV_H AND NOT C_BSD) # BSD appears to have libresolv inside libc
|
|
target_link_libraries( freshclam
|
|
PUBLIC
|