mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 02:30:15 +02:00
Remove host include and lib search pathes from mysql_config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1074 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
00e9856a75
commit
b7d60734fc
21
package/mysql/patches/750-mysql_config.patch
Normal file
21
package/mysql/patches/750-mysql_config.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
--- mysql-4.0.24/scripts/mysql_config.sh.orig 2005-03-05 01:38:14.000000000 +0100
|
||||||
|
+++ mysql-4.0.24/scripts/mysql_config.sh 2005-05-27 06:55:46.000000000 +0200
|
||||||
|
@@ -86,13 +86,13 @@
|
||||||
|
|
||||||
|
# Create options
|
||||||
|
|
||||||
|
-libs="$ldflags -L$pkglibdir -lmysqlclient $client_libs"
|
||||||
|
+libs="-lmysqlclient $client_libs"
|
||||||
|
libs=`echo "$libs" | sed -e 's; \+; ;g' | sed -e 's;^ *;;' | sed -e 's; *\$;;'`
|
||||||
|
-libs_r="$ldflags -L$pkglibdir -lmysqlclient_r @LIBS@ @openssl_libs@"
|
||||||
|
+libs_r="-lmysqlclient_r @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"
|
||||||
|
-embedded_libs="$ldflags -L$pkglibdir -lmysqld @LIBS@ @WRAPLIBS@ @innodb_system_libs@"
|
||||||
|
+cflags=" " #note: end space!
|
||||||
|
+include=""
|
||||||
|
+embedded_libs="-lmysqld @LIBS@ @WRAPLIBS@ @innodb_system_libs@"
|
||||||
|
embedded_libs=`echo "$embedded_libs" | sed -e 's; \+; ;g' | sed -e 's;^ *;;' | sed -e 's; *\$;;'`
|
||||||
|
|
||||||
|
# Remove some options that a client doesn't have to care about
|
Loading…
Reference in New Issue
Block a user