patch-scripts_mysql_config_sh 462 B

1234567891011
  1. --- mysql-5.1.48.orig/scripts/mysql_config.sh 2010-06-03 17:50:21.000000000 +0200
  2. +++ mysql-5.1.48/scripts/mysql_config.sh 2011-01-21 00:32:53.596454498 +0100
  3. @@ -119,7 +119,7 @@ if [ -r "$pkglibdir/libmygcc.a" ]; then
  4. embedded_libs="$embedded_libs -lmygcc "
  5. fi
  6. -cflags="-I$pkgincludedir @CFLAGS@ " #note: end space!
  7. +cflags="-I$pkgincludedir" #note: end space!
  8. include="-I$pkgincludedir"
  9. # Remove some options that a client doesn't have to care about