Skip to content

Commit 89b9453

Browse files
ltangvaldHery Ramilison
authored andcommitted
Removed AWS plugin from default list to fix Debian 7 build
The AWS plugin should only be added to platforms supporting the AWS SDK, but was also added to the default list, breaking the build on Debian 7. Removed from the list, so the plugin is only added is DEB_AWS_SDK is set. (cherry picked from commit defbef08fd86f0fc09f297827d6f8b952aeeace2)
1 parent 1589675 commit 89b9453

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ debian/extra/authentication_pam-plugin
5555
debian/extra/authentication_ldap_sasl-plugin
5656
debian/extra/authentication_ldap_simple-plugin
5757
debian/extra/firewall-plugin
58-
debian/extra/keyring_aws-plugin
5958
debian/extra/keyring_okv-plugin
6059
debian/extra/openssl_udf-plugin
6160
debian/extra/thread_pool-plugin
@@ -66,7 +65,6 @@ usr/lib/mysql/plugin/audit_log.so
6665
usr/lib/mysql/plugin/authentication_pam.so
6766
usr/lib/mysql/plugin/authentication_ldap_sasl.so
6867
usr/lib/mysql/plugin/authentication_ldap_simple.so
69-
usr/lib/mysql/plugin/keyring_aws.so
7068
usr/lib/mysql/plugin/keyring_okv.so
7169
usr/lib/mysql/plugin/openssl_udf.so
7270
usr/lib/mysql/plugin/thread_pool.so
@@ -75,7 +73,6 @@ usr/lib/mysql/plugin/debug/audit_log.so
7573
usr/lib/mysql/plugin/debug/authentication_pam.so
7674
usr/lib/mysql/plugin/debug/authentication_ldap_sasl.so
7775
usr/lib/mysql/plugin/debug/authentication_ldap_simple.so
78-
usr/lib/mysql/plugin/debug/keyring_aws.so
7976
usr/lib/mysql/plugin/debug/keyring_okv.so
8077
usr/lib/mysql/plugin/debug/openssl_udf.so
8178
usr/lib/mysql/plugin/debug/thread_pool.so

0 commit comments

Comments
 (0)