mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix to be able to cross-compile for modesto
scripts/make_win_src_distribution.sh: Change mode to -rw-rw-r--
This commit is contained in:
parent
07589a6da5
commit
3eb5fd0f24
2 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ AC_CHECK_FUNC(sem_init, , AC_CHECK_LIB(posix4, sem_init))
|
||||||
|
|
||||||
# For compress in zlib
|
# For compress in zlib
|
||||||
case $SYSTEM_TYPE in
|
case $SYSTEM_TYPE in
|
||||||
*netware*)
|
*netware* | *modesto*)
|
||||||
AC_DEFINE(HAVE_COMPRESS)
|
AC_DEFINE(HAVE_COMPRESS)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
0
scripts/make_win_src_distribution.sh
Executable file → Normal file
0
scripts/make_win_src_distribution.sh
Executable file → Normal file
Loading…
Reference in a new issue