mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-03 07:54:00 +01:00
libunistring: update to 1.4.2
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
sync with gnulib, fixes compilation with gcc15
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22225
(cherry picked from commit fce39a8d7f)
Link: https://github.com/openwrt/openwrt/pull/22226
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
a7abb5a35b
commit
f4bab2d12c
2 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libunistring
|
||||
PKG_VERSION:=1.4.1
|
||||
PKG_VERSION:=1.4.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||
PKG_HASH:=67d88430892527861903788868c77802a217b0959990f7449f2976126a307763
|
||||
PKG_HASH:=5b46e74377ed7409c5b75e7a96f95377b095623b689d8522620927964a41499c
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
|||
|
||||
/* Override pthread_rwlockattr_init, to use the kind PREFER_WRITER_NONRECURSIVE
|
||||
(or possibly PREFER_WRITER) instead of the kind DEFAULT. */
|
||||
@@ -388,7 +388,7 @@ pthread_rwlock_destroy (pthread_rwlock_t
|
||||
@@ -398,7 +398,7 @@ pthread_rwlock_destroy (pthread_rwlock_t
|
||||
|
||||
# else
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue