File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 9797 sed ' /Package: mariadb-plugin-rocksdb/,+14d' -i debian/control
9898fi
9999
100- # AWS SDK requires c++11 -capable compiler.
101- # Minimal supported versions are g++ 4.8 and clang 3.3.
102- # AWS SDK also requires the build machine to have network access and git, so
103- # it cannot be part of the base version included in Linux distros, but a pure
104- # custom built plugin.
105- if [[ $GCCVERSION -gt 40800 ]] && [[ ! $TRAVIS ]] && [[ -x " $( command -v git) " ]] && timeout 3s bash -c ' sed -n q </dev/tcp/github.com/22'
106- then
107- cat << EOF >> debian/control
108-
109- Package: mariadb-plugin-aws-key-management
110- Architecture: any
111- Breaks: mariadb-aws-key-management-10.1,
112- mariadb-aws-key-management-10.2
113- Replaces: mariadb-aws-key-management-10.1,
114- mariadb-aws-key-management-10.2
115- Depends: mariadb-server-10.3,
116- \$ {misc:Depends},
117- \$ {shlibs:Depends}
118- Description: Amazon Web Service Key Management Service Plugin for MariaDB
119- This encryption key management plugin gives an interface to the Amazon Web
120- Services Key Management Service for managing encryption keys used for MariaDB
121- data-at-rest encryption.
122- EOF
123-
124- sed -i -e " /-DPLUGIN_AWS_KEY_MANAGEMENT=NO/d" debian/rules
125- fi
126-
127100# Don't build cassandra package if thrift is not installed
128101if [[ ! -f /usr/local/include/thrift/Thrift.h && ! -f /usr/include/thrift/Thrift.h ]]
129102then
You can’t perform that action at this time.
0 commit comments