@ -301,20 +301,6 @@ This package includes shared files, for example $(CONF_DIR)/my.cnf.
e n d e f
d e f i n e P a c k a g e / m a r i a d b - e x t r a - c h a r s e t s
$( call Package/mariadb/Default)
TITLE:= MariaDB database extra character sets
DEPENDS:= mariadb-server
e n d e f
d e f i n e P a c k a g e / m a r i a d b - e x t r a - c h a r s e t s / d e s c r i p t i o n
$( call Package /mariadb /description /Default )
T h i s p a c k a g e c o n t a i n s s i n g l e B y t e c h a r a c t e r s e t s a n d c o l l a t i o n s t h a t c a n
b e a d d e d a t r u n t i m e .
e n d e f
d e f i n e P a c k a g e / m a r i a d b - s e r v e r
$( call Package/mariadb/Default)
DEPENDS:= mariadb-server-base
@ -406,8 +392,6 @@ CMAKE_OPTIONS += \
-DCONNECT_WITH_JDBC= NO \
-DCONNECT_WITH_LIBXML2= system \
-DCONNECT_WITH_ODBC= NO \
-DDEFAULT_CHARSET= utf8 \
-DDEFAULT_COLLATION= utf8_general_ci \
-DDISABLE_SHARED= NO \
-DENABLED_PROFILING= OFF \
-DENABLE_STATIC_LIBS= OFF \
@ -428,7 +412,6 @@ CMAKE_OPTIONS += \
-DSKIP_TESTS= ON \
-DWITH_ASAN= OFF \
-DWITH_EMBEDDED_SERVER= OFF \
-DWITH_EXTRA_CHARSETS= complex \
-DWITH_INNODB_BZIP2= OFF \
-DWITH_INNODB_LZ4= OFF \
-DWITH_INNODB_LZMA= ON \
@ -561,11 +544,6 @@ define Package/mariadb-common/install
$( INSTALL_CONF) conf/my.cnf $( 1) $( CONF_DIR)
e n d e f
d e f i n e P a c k a g e / m a r i a d b - e x t r a - c h a r s e t s / i n s t a l l
$( INSTALL_DIR) $( 1) $( SHARE_DIR) /charsets
$( INSTALL_DATA) $( PKG_INSTALL_DIR) $( SHARE_DIR) /charsets/* $( 1) $( SHARE_DIR) /charsets
e n d e f
d e f i n e P a c k a g e / m a r i a d b - s e r v e r / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( foreach b,$( MARIADB_SERVER) ,$( call Package/mariadb/install/bin,$( 1) ,$( b) ) ; )
@ -573,12 +551,14 @@ endef
d e f i n e P a c k a g e / m a r i a d b - s e r v e r - b a s e / i n s t a l l
$( INSTALL_DIR) $( 1) $( CONF_DIR) /conf.d
$( INSTALL_DIR) $( 1) $( SHARE_DIR) /charsets
$( INSTALL_DIR) $( 1) $( SHARE_DIR) /english
$( INSTALL_DIR) $( 1) /etc/default
$( INSTALL_DIR) $( 1) /etc/init.d
$( INSTALL_BIN) files/mysqld.init $( 1) /etc/init.d/mysqld
$( INSTALL_CONF) conf/50-server.cnf $( 1) $( CONF_DIR) /conf.d
$( INSTALL_CONF) conf/mysqld.default $( 1) /etc/default/mysqld
$( INSTALL_DATA) $( PKG_INSTALL_DIR) $( SHARE_DIR) /charsets/* $( 1) $( SHARE_DIR) /charsets
$( INSTALL_DATA) $( PKG_INSTALL_DIR) $( SHARE_DIR) /english/errmsg.sys $( 1) $( SHARE_DIR) /english
$( INSTALL_DATA) $( PKG_INSTALL_DIR) $( SHARE_DIR) /fill_help_tables.sql $( 1) $( SHARE_DIR)
$( INSTALL_DATA) $( PKG_INSTALL_DIR) $( SHARE_DIR) /maria_add_gis_sp_bootstrap.sql $( 1) $( SHARE_DIR)
@ -617,7 +597,6 @@ $(eval $(call BuildPackage,mariadb-client))
$( eval $ ( call BuildPackage ,mariadb -client -base ) )
$( eval $ ( call BuildPackage ,mariadb -client -extra ) )
$( eval $ ( call BuildPackage ,mariadb -common ) )
$( eval $ ( call BuildPackage ,mariadb -extra -charsets ) )
$( eval $ ( call BuildPackage ,mariadb -server ) )
$( eval $ ( call BuildPackage ,mariadb -server -base ) )
$( eval $ ( call BuildPackage ,mariadb -server -extra ) )