Make the PYTHON_SHEBANG value configurable

and gitignore myrocks_hotbackup (as it's now generated)

Closes #1081
This commit is contained in:
Sergei Golubchik 2019-01-09 23:10:16 +01:00
commit a4ab66c8f8
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -189,6 +189,7 @@ storage/myisam/myisampack
storage/myisam/rt_test
storage/myisam/sp_test
storage/rocksdb/ldb
storage/rocksdb/myrocks_hotbackup
storage/rocksdb/mysql_ldb
storage/rocksdb/sst_dump
storage/rocksdb/rdb_source_revision.h

View file

@ -334,7 +334,8 @@ MYSQL_CHECK_SSL()
MYSQL_CHECK_READLINE()
SET(MALLOC_LIBRARY "system")
SET(PYTHON_SHEBANG "/usr/bin/env python")
SET(PYTHON_SHEBANG "/usr/bin/env python" CACHE STRING "python shebang")
MARK_AS_ADVANCED(PYTHON_SHEBANG)
CHECK_PCRE()