mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
10 lines
575 B
Diff
10 lines
575 B
Diff
--- a/util/CMakeLists.txt.orig 2019-10-13 22:39:53.333743843 +0800
|
|
+++ b/util/CMakeLists.txt 2019-10-13 22:40:08.804743702 +0800
|
|
@@ -159,6 +159,7 @@
|
|
target_link_libraries (gvm_util_shared LINK_PRIVATE ${GLIB_LDFLAGS}
|
|
${GIO_LDFLAGS} ${GPGME_LDFLAGS} ${ZLIB_LDFLAGS}
|
|
${RADIUS_LDFLAGS} ${LIBSSH_LDFLAGS}
|
|
+ ${GNUTLS_LDFLAGS}
|
|
${GCRYPT_LDFLAGS} ${LDAP_LDFLAGS} ${REDIS_LDFLAGS}
|
|
${UUID_LDFLAGS} ${LINKER_HARDENING_FLAGS})
|
|
endif (BUILD_SHARED)
|