mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
413 B
Plaintext
16 lines
413 B
Plaintext
$NetBSD: patch-sql_CMakeLists.txt,v 1.1.1.1 2014/12/01 05:58:03 jnemeth Exp $
|
|
|
|
Do not install files in MYSQL_DATADIR.
|
|
|
|
--- sql/CMakeLists.txt.orig 2013-04-05 12:27:18.000000000 +0000
|
|
+++ sql/CMakeLists.txt
|
|
@@ -421,7 +421,7 @@ ADD_CUSTOM_TARGET(distclean
|
|
VERBATIM
|
|
)
|
|
|
|
-IF(INSTALL_LAYOUT STREQUAL "STANDALONE")
|
|
+IF(FALSE)
|
|
|
|
# Copy db.opt into data/test/
|
|
SET(DBOPT_FILE ${CMAKE_CURRENT_SOURCE_DIR}/db.opt )
|