mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 14:56:21 -04:00
15 lines
497 B
Plaintext
15 lines
497 B
Plaintext
$NetBSD: patch-mysys__ssl_CMakeLists.txt,v 1.2 2014/08/10 15:11:57 adam Exp $
|
|
|
|
Build with newer DTrace.
|
|
|
|
--- mysys_ssl/CMakeLists.txt.orig 2014-07-18 15:48:39.000000000 +0000
|
|
+++ mysys_ssl/CMakeLists.txt
|
|
@@ -60,7 +60,6 @@ SET(MYSYS_SSL_SOURCES
|
|
|
|
ADD_CONVENIENCE_LIBRARY(mysys_ssl ${MYSYS_SSL_SOURCES})
|
|
TARGET_LINK_LIBRARIES(mysys_ssl dbug strings ${SSL_LIBRARIES} ${ZLIB_LIBRARY})
|
|
-DTRACE_INSTRUMENT(mysys_ssl)
|
|
|
|
IF(MSVC)
|
|
INSTALL_DEBUG_TARGET(mysys_ssl DESTINATION ${INSTALL_LIBDIR}/debug)
|