@ -20,8 +20,8 @@ PKG_SOURCE_URL := \
PKG_HASH := cd50fddf86c2a47405737e342f78ebd40d5716f0fb32b976245de713bed01421
PKG_HASH := cd50fddf86c2a47405737e342f78ebd40d5716f0fb32b976245de713bed01421
PKG_MAINTAINER := Sebastian Kemper <sebastian_ml@gmx.net>
PKG_MAINTAINER := Sebastian Kemper <sebastian_ml@gmx.net>
PKG_LICENSE := GPL-2.0 LGPL-2.1
PKG_LICENSE_FILES := COPYING THIRDPARTY libmariadb/COPYING.LIB
PKG_LICENSE := GPL-2.0
PKG_LICENSE_FILES := COPYING THIRDPARTY
PKG_CPE_ID := cpe:/a:mariadb:mariadb
PKG_CPE_ID := cpe:/a:mariadb:mariadb
@ -61,9 +61,6 @@ MARIADB_DISABLE_PLUGINS := \
fulltext \
fulltext \
versioning
versioning
MARIADB_LIB_PLUGINS := \
auth_gssapi_client
MARIADB_SERVER_PLUGINS := \
MARIADB_SERVER_PLUGINS := \
auth_ed25519 \
auth_ed25519 \
auth_gssapi \
auth_gssapi \
@ -90,12 +87,9 @@ MARIADB_SERVER_PLUGINS := \
wsrep_info
wsrep_info
PKG_CONFIG_DEPENDS := \
PKG_CONFIG_DEPENDS := \
$( patsubst %,CONFIG_PACKAGE_lib$( PKG_NAME) -plugin-%,$( subst _,-,$( MARIADB_LIB_PLUGINS) ) ) \
$( patsubst %,CONFIG_PACKAGE_$( PKG_NAME) -server-plugin-%,$( subst _,-,$( MARIADB_SERVER_PLUGINS) ) ) \
$( patsubst %,CONFIG_PACKAGE_$( PKG_NAME) -server-plugin-%,$( subst _,-,$( MARIADB_SERVER_PLUGINS) ) ) \
CONFIG_PACKAGE_mariadb-server
CONFIG_PACKAGE_mariadb-server
plugin-auth_gssapi_client := PLUGIN_AUTH_GSSAPI_CLIENT
plugin-auth_ed25519 := PLUGIN_AUTH_ED25519
plugin-auth_ed25519 := PLUGIN_AUTH_ED25519
plugin-auth_gssapi := PLUGIN_AUTH_GSSAPI
plugin-auth_gssapi := PLUGIN_AUTH_GSSAPI
plugin-auth_pam := PLUGIN_AUTH_PAM
plugin-auth_pam := PLUGIN_AUTH_PAM
@ -214,32 +208,6 @@ define Package/mariadb/description/Default
M a r i a D B i s a v e r y f a s t a n d r o b u s t S Q L d a t a b a s e s e r v e r .
M a r i a D B i s a v e r y f a s t a n d r o b u s t S Q L d a t a b a s e s e r v e r .
e n d e f
e n d e f
d e f i n e P a c k a g e / l i b m a r i a d b / D e f a u l t
SECTION:= libs
CATEGORY:= Libraries
URL:= https://mariadb.org/
e n d e f
d e f i n e P a c k a g e / l i b m a r i a d b
$( call Package/libmariadb/Default)
DEPENDS:= +mariadb-common \
$( MARIADB_COMMON_DEPENDS)
TITLE:= MariaDB database client library
MENU:= 1
PROVIDES:= libmariadbclient libmysqlclient libmysqlclient-r
e n d e f
d e f i n e P a c k a g e / l i b m a r i a d b / c o n f f i l e s
$( CONF_DIR ) / c o n f . d / 5 0 - c l i e n t . c n f
e n d e f
d e f i n e P a c k a g e / l i b m a r i a d b / 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 i n c l u d e s t h e c l i e n t l i b r a r y .
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 / D e f a u l t
d e f i n e P a c k a g e / m a r i a d b / D e f a u l t
SECTION:= utils
SECTION:= utils
CATEGORY:= Utilities
CATEGORY:= Utilities
@ -437,9 +405,13 @@ CMAKE_OPTIONS += \
-DICONV_LIBRARIES= $( ICONV_PREFIX) /lib/libiconv.$( if $( CONFIG_BUILD_NLS) ,so,a)
-DICONV_LIBRARIES= $( ICONV_PREFIX) /lib/libiconv.$( if $( CONFIG_BUILD_NLS) ,so,a)
CMAKE_OPTIONS += \
CMAKE_OPTIONS += \
$( foreach p,$( MARIADB_LIB_PLUGINS) ,-D$( plugin-$( p) ) = $( if $( CONFIG_PACKAGE_lib$( PKG_NAME) -plugin-$( subst _,-,$( p) ) ) ,DYNAMIC,OFF) ) \
$( foreach p,$( MARIADB_SERVER_PLUGINS) ,-D$( plugin-$( p) ) = $( if $( CONFIG_PACKAGE_$( PKG_NAME) -server-plugin-$( subst _,-,$( p) ) ) ,DYNAMIC,NO) )
$( foreach p,$( MARIADB_SERVER_PLUGINS) ,-D$( plugin-$( p) ) = $( if $( CONFIG_PACKAGE_$( PKG_NAME) -server-plugin-$( subst _,-,$( p) ) ) ,DYNAMIC,NO) )
# Disable some client library plugins
CMAKE_OPTIONS += \
-DCLIENT_PLUGIN_AUTH_GSSAPI_CLIENT= OFF \
-DCLIENT_PLUGIN_REMOTE_IO= OFF
# Set CMAKE_FIND_ROOT_PATH_MODE_INCLUDE and CMAKE_FIND_ROOT_PATH_MODE_LIBRARY
# Set CMAKE_FIND_ROOT_PATH_MODE_INCLUDE and CMAKE_FIND_ROOT_PATH_MODE_LIBRARY
# to BOTH as otherwise the host build will not find some required dependencies
# to BOTH as otherwise the host build will not find some required dependencies
# installed on the host machine, like ncurses.
# installed on the host machine, like ncurses.
@ -500,27 +472,9 @@ define Build/Prepare
$( foreach p,$( MARIADB_DISABLE_PLUGINS) ,$( call Package/mariadb/disable/plugin,$( PKG_BUILD_DIR) ,$( p) ) ; )
$( foreach p,$( MARIADB_DISABLE_PLUGINS) ,$( call Package/mariadb/disable/plugin,$( PKG_BUILD_DIR) ,$( p) ) ; )
e n d e f
e n d e f
# Define Build/InstallDev, otherwise build system starts installing files into
# staging area, which would interfere with mariadb-connector-c.
d e f i n e B u i l d / I n s t a l l D e v
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 2) /bin $( 1) /usr/bin $( 1) /usr/include $( 1) /usr/lib/mysql $( 1) /usr/lib/pkgconfig $( 1) /usr/share/aclocal
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/mysql_config $( 1) /usr/bin
$( LN) $( STAGING_DIR) /usr/bin/mysql_config $( 2) /bin
$( CP) $( PKG_INSTALL_DIR) /usr/include/mysql $( 1) /usr/include
$( CP) $( PKG_INSTALL_DIR) /usr/lib/lib{ mariadb,mysqlclient} *.so* $( 1) /usr/lib
cd $( 1) /usr/lib/mysql; $( LN) ../lib{ mariadb,mysqlclient} *.so* .
$( INSTALL_DATA) $( PKG_INSTALL_DIR) /usr/lib/pkgconfig/libmariadb.pc $( 1) /usr/lib/pkgconfig
$( INSTALL_DATA) $( PKG_INSTALL_DIR) /usr/share/aclocal/mysql.m4 $( 1) /usr/share/aclocal
e n d e f
d e f i n e P a c k a g e / l i b m a r i a d b / i n s t a l l
$( INSTALL_DIR) $( 1) $( CONF_DIR) /conf.d
$( INSTALL_DIR) $( 1) $( PLUGIN_DIR)
$( CP) $( PKG_INSTALL_DIR) /usr/lib/lib{ mariadb,mysqlclient} *.so* $( 1) /usr/lib
$( INSTALL_BIN) $( PKG_INSTALL_DIR) $( PLUGIN_DIR) /caching_sha2_password.so $( 1) $( PLUGIN_DIR)
$( INSTALL_BIN) $( PKG_INSTALL_DIR) $( PLUGIN_DIR) /client_ed25519.so $( 1) $( PLUGIN_DIR)
$( INSTALL_BIN) $( PKG_INSTALL_DIR) $( PLUGIN_DIR) /dialog.so $( 1) $( PLUGIN_DIR)
$( INSTALL_BIN) $( PKG_INSTALL_DIR) $( PLUGIN_DIR) /mysql_clear_password.so $( 1) $( PLUGIN_DIR)
$( INSTALL_BIN) $( PKG_INSTALL_DIR) $( PLUGIN_DIR) /sha256_password.so $( 1) $( PLUGIN_DIR)
$( INSTALL_CONF) conf/50-client.cnf $( 1) $( CONF_DIR) /conf.d
e n d e f
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 - c l i e n t / i n s t a l l
d e f i n e P a c k a g e / m a r i a d b - c l i e n t / i n s t a l l
@ -577,26 +531,25 @@ define Package/mariadb-server-extra/install
e n d e f
e n d e f
d e f i n e B u i l d P l u g i n
d e f i n e B u i l d P l u g i n
define Package/$( 1) -plugin-$( subst _,-,$( 2) )
$( call Package/$( subst mariadb-server,mariadb,$( 1) ) /Default)
TITLE:= $( 1) plugin
DEPENDS:= $( 1) $( patsubst +%,+PACKAGE_$( 1) -plugin-$( subst _,-,$( 2) ) :%,$( 3) )
define Package/mariadb-server-plugin-$( subst _,-,$( 1 ) )
$( call Package/mariadb/Default)
TITLE:= mariadb-server plugin
DEPENDS:= mariadb-server $( patsubst +%,+PACKAGE_mariadb-server-plugin-$( subst _,-,$( 1) ) :%,$( 2 ) )
endef
endef
define Package/$( 1) -plugin-$( subst _,-,$( 2) ) /description
define Package/mariadb-server-plugin-$( subst _,-,$( 1 ) ) /description
$( call Package/mariadb/description/Default)
$( call Package/mariadb/description/Default)
T h i s p a c k a g e p r o v i d e s t h e $( 2 ) p l u g i n .
T h i s p a c k a g e p r o v i d e s t h e $( 1 ) p l u g i n .
endef
endef
define Package/$( 1) -plugin-$( subst _,-,$( 2) ) /install
define Package/mariadb-server-plugin-$( subst _,-,$( 1 ) ) /install
$( INSTALL_DIR) $$ ( 1) $( PLUGIN_DIR)
$( INSTALL_DIR) $$ ( 1) $( PLUGIN_DIR)
$( call Package/mariadb/install/plugin,$$ ( 1) ,$( 2 ) )
$( call Package/mariadb/install/plugin,$$ ( 1) ,$( 1 ) )
endef
endef
$$ ( eval $$ ( call BuildPackage,$( 1) -plugin-$( subst _,-,$( 2) ) ) )
$$ ( eval $$ ( call BuildPackage,mariadb-server-plugin-$( subst _,-,$( 1 ) ) ) )
e n d e f
e n d e f
$( eval $ ( call HostBuild ) )
$( eval $ ( call HostBuild ) )
$( eval $ ( call BuildPackage ,libmariadb ) )
$( eval $ ( call BuildPackage ,mariadb -client ) )
$( eval $ ( call BuildPackage ,mariadb -client ) )
$( eval $ ( call BuildPackage ,mariadb -client -base ) )
$( eval $ ( call BuildPackage ,mariadb -client -base ) )
$( eval $ ( call BuildPackage ,mariadb -client -extra ) )
$( eval $ ( call BuildPackage ,mariadb -client -extra ) )
@ -604,28 +557,27 @@ $(eval $(call BuildPackage,mariadb-server))
$( eval $ ( call BuildPackage ,mariadb -server -base ) )
$( eval $ ( call BuildPackage ,mariadb -server -base ) )
$( eval $ ( call BuildPackage ,mariadb -server -extra ) )
$( eval $ ( call BuildPackage ,mariadb -server -extra ) )
$( eval $ ( call BuildPlugin ,libmariadb ,auth_gssapi_client ,+krb 5-libs ) )
$( eval $ ( call BuildPlugin ,mariadb -server ,auth_ed 25519,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,auth_gssapi ,+krb 5-libs ) )
$( eval $ ( call BuildPlugin ,mariadb -server ,auth_pam ,+libpam ) )
$( eval $ ( call BuildPlugin ,mariadb -server ,auth_pam_v 1,+libpam ) )
$( eval $ ( call BuildPlugin ,mariadb -server ,disks ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,feedback ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,file_key_management ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,ha_archive ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,ha_blackhole ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,ha_connect ,+libxml 2) )
$( eval $ ( call BuildPlugin ,mariadb -server ,ha_federated ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,ha_federatedx ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,ha_sphinx ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,ha_spider ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,handlersocket ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,locales ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,metadata_lock_info ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,query_cache_info ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,query_response_time ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,server_audit ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,simple_password_check ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,sql_errlog ,) )
$( eval $ ( call BuildPlugin ,mariadb -server ,wsrep_info ,) )
$( eval $ ( call BuildPlugin ,auth_ed 25519,) )
$( eval $ ( call BuildPlugin ,auth_gssapi ,+krb 5-libs ) )
$( eval $ ( call BuildPlugin ,auth_pam ,+libpam ) )
$( eval $ ( call BuildPlugin ,auth_pam_v 1,+libpam ) )
$( eval $ ( call BuildPlugin ,disks ,) )
$( eval $ ( call BuildPlugin ,feedback ,) )
$( eval $ ( call BuildPlugin ,file_key_management ,) )
$( eval $ ( call BuildPlugin ,ha_archive ,) )
$( eval $ ( call BuildPlugin ,ha_blackhole ,) )
$( eval $ ( call BuildPlugin ,ha_connect ,+libxml 2) )
$( eval $ ( call BuildPlugin ,ha_federated ,) )
$( eval $ ( call BuildPlugin ,ha_federatedx ,) )
$( eval $ ( call BuildPlugin ,ha_sphinx ,) )
$( eval $ ( call BuildPlugin ,ha_spider ,) )
$( eval $ ( call BuildPlugin ,handlersocket ,) )
$( eval $ ( call BuildPlugin ,locales ,) )
$( eval $ ( call BuildPlugin ,metadata_lock_info ,) )
$( eval $ ( call BuildPlugin ,query_cache_info ,) )
$( eval $ ( call BuildPlugin ,query_response_time ,) )
$( eval $ ( call BuildPlugin ,server_audit ,) )
$( eval $ ( call BuildPlugin ,simple_password_check ,) )
$( eval $ ( call BuildPlugin ,sql_errlog ,) )
$( eval $ ( call BuildPlugin ,wsrep_info ,) )