From: Felix Fietkau Date: Tue, 11 Mar 2014 11:58:52 +0000 (+0000) Subject: postgresql: disable mips16 support (#15220) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=049eb1283ad46bfa45d14b1303d2762def351fbf;p=openwrt%2Fsvn-archive%2Fpackages.git postgresql: disable mips16 support (#15220) Signed-off-by: Felix Fietkau SVN-Revision: 39871 --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index f9086bb16..be8383cef 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -18,6 +18,7 @@ PKG_SOURCE_URL:=\ ftp://ftp-archives.postgresql.org/pub/source/v$(PKG_VERSION) PKG_MD5SUM:=1bd7f659c4f68e5fc23511c6952b494b PKG_BUILD_PARALLEL:=1 +PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk