mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 11:39:35 +08:00
libupm: Workaround for errors with GCC11
https://github.com/openwrt/packages/issues/16060 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
parent
2f2be1a80b
commit
fa6ec0bc65
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libupm
|
PKG_NAME:=libupm
|
||||||
PKG_VERSION:=2.0.0
|
PKG_VERSION:=2.0.0
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=6
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/intel-iot-devkit/upm/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/intel-iot-devkit/upm/tar.gz/v$(PKG_VERSION)?
|
||||||
@ -54,6 +54,7 @@ UPM_MODULES:= \
|
|||||||
|
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
-DBUILDSWIGNODE=OFF \
|
-DBUILDSWIGNODE=OFF \
|
||||||
|
-DWERROR=OFF \
|
||||||
-DPYTHON2LIBS_FOUND=FALSE \
|
-DPYTHON2LIBS_FOUND=FALSE \
|
||||||
-DPYTHON2INTERP_FOUND=FALSE \
|
-DPYTHON2INTERP_FOUND=FALSE \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user