summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreconf/Linux.mk2
-rw-r--r--coreconf/config.gypi2
2 files changed, 2 insertions, 2 deletions
diff --git a/coreconf/Linux.mk b/coreconf/Linux.mk
index 70651e28f..d5dfb6fbc 100644
--- a/coreconf/Linux.mk
+++ b/coreconf/Linux.mk
@@ -21,7 +21,7 @@ ifeq ($(USE_PTHREADS),1)
endif
DEFAULT_COMPILER = gcc
-DEFINES += -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DSQL_MEASURE_USE_TEMP_DIR
+DEFINES += -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DSDB_MEASURE_USE_TEMP_DIR
ifeq ($(OS_TARGET),Android)
ifndef ANDROID_NDK
diff --git a/coreconf/config.gypi b/coreconf/config.gypi
index 0867ba2c9..31710abc5 100644
--- a/coreconf/config.gypi
+++ b/coreconf/config.gypi
@@ -370,7 +370,7 @@
'_DEFAULT_SOURCE', # for <endian.h> functions, strdup, realpath, and getentropy
'_BSD_SOURCE', # for the above in glibc <= 2.19
'_POSIX_SOURCE', # for <signal.h>
- 'SQL_MEASURE_USE_TEMP_DIR', # use tmpdir for the access calls
+ 'SDB_MEASURE_USE_TEMP_DIR', # use tmpdir for the access calls
],
}],
[ 'OS=="dragonfly" or OS=="freebsd"', {