On Wed, Jul 05, 2006, Thomas Lotterer wrote: > [...] > -Index: scripts/mysql_config.sh > ---- scripts/mysql_config.sh.orig 2006-02-27 22:24:57 +0100 > -+++ scripts/mysql_config.sh 2006-03-11 13:35:05 +0100 > -@@ -93,11 +93,11 @@ > - > - # Create options > - > --libs="$ldflags -L$pkglibdir -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@" > -+libs="$ldflags -L$pkglibdir -lmysqlclient -lmysys @ZLIB_DEPS@ > @NON_THREADED_LIBS@" > - libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@" > - libs=`echo "$libs" | sed -e 's; \+; ;g' | sed -e 's;^ *;;' | sed -e 's; > *\$;;'` > - > --libs_r="$ldflags -L$pkglibdir -lmysqlclient_r @ZLIB_DEPS@ @LIBS@ > @openssl_libs@" > -+libs_r="$ldflags -L$pkglibdir -lmysqlclient_r -lmysys @ZLIB_DEPS@ @LIBS@ > @openssl_libs@" > - libs_r=`echo "$libs_r" | sed -e 's; \+; ;g' | sed -e 's;^ *;;' | sed -e > 's; *\$;;'` > - cflags="-I$pkgincludedir @CFLAGS@ " #note: end space! > - include="-I$pkgincludedir" > [...]
Any reason why this patch hunk was left out during upgrading? I think we still need this for portability reasons (at least Solaris breaks AFAIK). I'll add the patch back until someone can confirm that it really isn't needed anymore... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ______________________________________________________________________ The OpenPKG Project www.openpkg.org Developer Communication List openpkg-dev@openpkg.org