diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile index 0be949d9..e7a23fda 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -25,7 +25,7 @@ FEATURE_LARGEFILE=1 # Enable database support (off by default, must be turned # on when support for MySQL is desired). -FEATURE_DB=1 +FEATURE_DB=0 ############################################################# # END OF USER SETTINGS # @@ -52,4 +52,4 @@ LIBS = -lmysqlclient -L/usr/local/lib/mysql endif VPATH = ../ -include ../Makefile +include ../master.make |