postgresql: disable mips16 support (#15220)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39871 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2014-03-11 11:58:52 +00:00
parent 745cef12f5
commit 81f8904c2d

View File

@ -18,6 +18,7 @@ PKG_SOURCE_URL:=\
ftp://ftp-archives.postgresql.org/pub/source/v$(PKG_VERSION) ftp://ftp-archives.postgresql.org/pub/source/v$(PKG_VERSION)
PKG_MD5SUM:=1bd7f659c4f68e5fc23511c6952b494b PKG_MD5SUM:=1bd7f659c4f68e5fc23511c6952b494b
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0
PKG_FIXUP:=autoreconf PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk