mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work configure.in: Auto merged
This commit is contained in:
commit
25928276ac
2 changed files with 9 additions and 1 deletions
|
@ -2623,6 +2623,14 @@ AC_SUBST(CC)
|
||||||
AC_SUBST(GXX)
|
AC_SUBST(GXX)
|
||||||
|
|
||||||
# Set configuration options for make_binary_distribution
|
# Set configuration options for make_binary_distribution
|
||||||
|
case $SYSTEM_TYPE in
|
||||||
|
*netware*)
|
||||||
|
MAKE_BINARY_DISTRIBUTION_OPTIONS="$MAKE_BINARY_DISTRIBUTION_OPTIONS --no-strip"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
: # no change for other platforms yet
|
||||||
|
;;
|
||||||
|
esac
|
||||||
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
|
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
|
||||||
|
|
||||||
# Output results
|
# Output results
|
||||||
|
|
|
@ -212,7 +212,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
|
||||||
if [ $BASE_SYSTEM = "netware" ] ; then
|
if [ $BASE_SYSTEM = "netware" ] ; then
|
||||||
BIN_FILES="$BIN_FILES \
|
BIN_FILES="$BIN_FILES \
|
||||||
netware/mysqld_safe$BS netware/mysql_install_db$BS \
|
netware/mysqld_safe$BS netware/mysql_install_db$BS \
|
||||||
netware/init_db.sql netware/test_db.sql$BS \
|
netware/init_db.sql netware/test_db.sql \
|
||||||
netware/mysqlhotcopy$BS netware/libmysql$BS netware/init_secure_db.sql \
|
netware/mysqlhotcopy$BS netware/libmysql$BS netware/init_secure_db.sql \
|
||||||
";
|
";
|
||||||
# For all other platforms:
|
# For all other platforms:
|
||||||
|
|
Loading…
Add table
Reference in a new issue