postgresql: disable mips16 support (#15220)
authorFelix Fietkau <nbd@openwrt.org>
Tue, 11 Mar 2014 11:58:52 +0000 (11:58 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 11 Mar 2014 11:58:52 +0000 (11:58 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39871

libs/postgresql/Makefile

index f9086bb1626c23a7b62261256f3d96d08766256e..be8383cef12c3ad3af6666d87aff032f9d62a1b1 100644 (file)
@@ -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