diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2023-05-18 09:41:16 +0900 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-05-18 10:28:36 +0300 |
commit | 992b529d2a4d88db5e83a9c2377ce798173f888d (patch) | |
tree | d68bc311255352ecce0f3ff49c65f015d4273ece /libs/libupm/Makefile | |
parent | 2251916df1ca5d1b00f0a55b52feb67cd65ae090 (diff) |
libupm: Workaround for errors with GCC13
Workaround for errors with GCC13
https://github.com/openwrt/packages/issues/20994
patch
https://github.com/oskarirauta/local-overrides/blob/main/libs/libupm/patches/011-gcc-13-compatibility-fixes.patch
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'libs/libupm/Makefile')
-rw-r--r-- | libs/libupm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libupm/Makefile b/libs/libupm/Makefile index 058dedf9b..3f7c3e608 100644 --- a/libs/libupm/Makefile +++ b/libs/libupm/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libupm PKG_VERSION:=2.0.0 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/intel-iot-devkit/upm/tar.gz/v$(PKG_VERSION)? |