diff options
author | Chukun Pan <amadeus@jmu.edu.cn> | 2022-09-26 23:09:28 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-09 22:52:48 +0200 |
commit | ffd29a55c31697a69f4ebc59305cd95bda82aae3 (patch) | |
tree | 9b406f334ee272fdce4bdb98725f9a3f2c5df40c /package/libs/libnl-tiny | |
parent | 8ac69159f20ff65ba4e755f403fd5f82ecb02f76 (diff) | |
download | upstream-ffd29a55c31697a69f4ebc59305cd95bda82aae3.tar.gz upstream-ffd29a55c31697a69f4ebc59305cd95bda82aae3.tar.bz2 upstream-ffd29a55c31697a69f4ebc59305cd95bda82aae3.zip |
libnl-tiny: update to the latest version
c42d890 build static library
28c44ca genl_family: explicitly null terminate
strncpy destination buffer
This fixes the compilation with gcc 12.
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Diffstat (limited to 'package/libs/libnl-tiny')
-rw-r--r-- | package/libs/libnl-tiny/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libnl-tiny/Makefile b/package/libs/libnl-tiny/Makefile index 48df6a4c8c..eee17d22bb 100644 --- a/package/libs/libnl-tiny/Makefile +++ b/package/libs/libnl-tiny/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/libnl-tiny.git -PKG_SOURCE_DATE:=2022-05-17 -PKG_SOURCE_VERSION:=b5b2ba09c4f1c8b3c21580aea7223edc2f5e92be -PKG_MIRROR_HASH:=b957d56aa8c2e7b55184111be69eb8dea734f1feba19e670a91f302459a48a78 +PKG_SOURCE_DATE:=2022-05-23 +PKG_SOURCE_VERSION:=28c44ca97cd546ef8168e7476472a0da022b3421 +PKG_MIRROR_HASH:=66151ac44d70510d9320b6c0e002a3c43c787c2d756d1eaaa3b84b12edd34af5 CMAKE_INSTALL:=1 PKG_LICENSE:=LGPL-2.1 |