mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
15 lines
600 B
Plaintext
15 lines
600 B
Plaintext
$NetBSD: patch-storage_archive_CMakeLists.txt,v 1.1 2015/04/16 20:20:15 ryoon Exp $
|
|
|
|
Build with newer DTrace.
|
|
|
|
--- storage/archive/CMakeLists.txt.orig 2015-02-13 12:07:04.000000000 +0000
|
|
+++ storage/archive/CMakeLists.txt
|
|
@@ -14,5 +14,6 @@
|
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
SET(ARCHIVE_SOURCES azio.c ha_archive.cc ha_archive.h)
|
|
-MYSQL_ADD_PLUGIN(archive ${ARCHIVE_SOURCES} STORAGE_ENGINE LINK_LIBRARIES ${ZLIB_LIBRARY})
|
|
+MYSQL_ADD_PLUGIN(archive ${ARCHIVE_SOURCES} STORAGE_ENGINE
|
|
+ LINK_LIBRARIES ${ZLIB_LIBRARY} DTRACE_INSTRUMENTED)
|
|
|