mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-18 16:58:54 -04:00
13 lines
437 B
Plaintext
13 lines
437 B
Plaintext
$NetBSD: patch-storage_blackhole_CMakeLists.txt,v 1.1 2016/09/16 06:49:11 adam Exp $
|
|
|
|
Build with newer DTrace.
|
|
|
|
--- storage/blackhole/CMakeLists.txt.orig 2016-03-28 18:06:12.000000000 +0000
|
|
+++ storage/blackhole/CMakeLists.txt
|
|
@@ -15,4 +15,4 @@
|
|
|
|
SET(BLACKHOLE_SOURCES ha_blackhole.cc ha_blackhole.h)
|
|
MYSQL_ADD_PLUGIN(blackhole ${BLACKHOLE_SOURCES} STORAGE_ENGINE
|
|
-RECOMPILE_FOR_EMBEDDED)
|
|
+RECOMPILE_FOR_EMBEDDED DTRACE_INSTRUMENTED)
|