php-mysql: add package
[termux-packages] / packages / php / build.sh
index d3f58e5..6376ee8 100644 (file)
@@ -35,12 +35,17 @@ ac_cv_func_res_nsearch=no
 --with-zlib
 --with-pgsql=shared,$TERMUX_PREFIX
 --with-pdo-pgsql=shared,$TERMUX_PREFIX
+--with-mysqli=shared,$TERMUX_PREFIX/bin/mysql_config
+--with-pdo-mysql=shared,$TERMUX_PREFIX/bin/mysql
+--with-mysql-sock=$TERMUX_PREFIX/tmp/mysqld.sock
 --with-apxs2=$TERMUX_PREFIX/bin/apxs
 --enable-fpm
 --sbindir=$TERMUX_PREFIX/bin
 "
 
 termux_step_pre_configure () {
+       #because the new mariadb hides away all these includes inside server subdir
+       CFLAGS+=" -I$TERMUX_PREFIX/include/mysql/server -I$TERMUX_PREFIX/include/mysql"
        LDFLAGS+=" -landroid-glob -llog"
 
        export PATH=$PATH:$TERMUX_PKG_HOSTBUILD_DIR/sapi/cli/