mysql does not compile with mips16 enabled, here is the fix. diff --git a/libs/mysql/Makefile b/libs/mysql/Makefile index 1f756b9..d106b34 100644 --- a/libs/mysql/Makefile +++ b/libs/mysql/Makefile @@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/uclibc++.mk PKG_NAME:=mysql PKG_VERSION:=5.1.68 PKG_RELEASE:=1 +PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=\ diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 37ae8f6..4ea573d 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql PKG_VERSION:=9.0.1 PKG_RELEASE:=4 +PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=\ Signed-off-by: Matthew M. Dean <[email protected]> _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
