# --- T2-COPYRIGHT-BEGIN --- # t2/misc/jailing/dbmail-db-header-path.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- ./configure 2003-02-07 20:54:10.000000000 +0100 +++ ./configure 2003-04-10 23:06:26.000000000 +0200 @@ -859,13 +859,13 @@ # Check whether --with-mysql or --without-mysql was given. if test "${with_mysql+set}" = set; then withval="$with_mysql" - mysqlheadername="$withval" + mysqlheadername="$withval/include/mysql" fi # Check whether --with-pgsql or --without-pgsql was given. if test "${with_pgsql+set}" = set; then withval="$with_pgsql" - pgsqlheadername="$withval" + pgsqlheadername="$withval/include" fi