From: nbd Date: Tue, 11 Mar 2014 11:58:52 +0000 (+0000) Subject: postgresql: disable mips16 support (#15220) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=81f8904c2db4e0ed6e6cab7958d6df53c3e6312d;p=packages.git postgresql: disable mips16 support (#15220) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/packages@39871 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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