We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ef4a4 commit af6a1c9Copy full SHA for af6a1c9
1 file changed
packages/databases/mariadb-connector-c/package.mk
@@ -20,6 +20,10 @@ PKG_CMAKE_OPTS_TARGET="-DWITH_EXTERNAL_ZLIB=ON
20
-DDEFAULT_SSL_VERIFY_SERVER_CERT=OFF
21
"
22
23
+pre_configure_target() {
24
+ export CFLAGS+=" -Wno-discarded-qualifiers"
25
+}
26
+
27
post_makeinstall_target() {
28
# keep mariadb shared library and modern authentication plugins
29
LIBDIR=${INSTALL}/usr/lib
0 commit comments