podman: set PKG_USE_MIPS16:=0
authorDaniel Golle <redacted>
Wed, 11 Nov 2020 11:04:38 +0000 (11:04 +0000)
committerDaniel Golle <redacted>
Wed, 11 Nov 2020 11:05:26 +0000 (11:05 +0000)
podman fails to compile due to MIPS16 instructions somehow.
Disable use of MIPS16.

Signed-off-by: Daniel Golle <redacted>
utils/podman/Makefile

index 48ef4441013f9610bddcddd548baae69de6fd2ea..7619918a4a9dee8f11ae8f2d5f93ac146368cbdc 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=podman
 PKG_VERSION:=2.1.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
 
@@ -14,6 +14,7 @@ PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
 
 PKG_BUILD_DEPENDS:=golang/host protobuf/host
 PKG_BUILD_PARALLEL:=1
+PKG_USE_MIPS16:=0
 
 GO_PKG:=github.com/containers/podman/
 GO_PKG_BUILD_PKG:=github.com/containers/podman/v2/cmd/podman/
git clone https://git.99rst.org/PROJECT