mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
libbsd: update to 0.12.2
Update to latest release. Link: https://github.com/openwrt/openwrt/pull/20899 Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
6c3eea4cfe
commit
6f0fee58e6
2 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libbsd
|
||||
PKG_VERSION:=0.11.8
|
||||
PKG_VERSION:=0.12.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://libbsd.freedesktop.org/releases
|
||||
PKG_HASH:=55fdfa2696fb4d55a592fa9ad14a9df897c7b0008ddb3b30c419914841f85f33
|
||||
PKG_HASH:=b88cc9163d0c652aaf39a99991d974ddba1c3a9711db8f1b5838af2a14731014
|
||||
|
||||
PKG_LICENSE:=BSD-4-Clause
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ do not use host path to fix cross compiling
|
|||
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -230,7 +230,7 @@ if NEED_TRANSPARENT_LIBMD
|
||||
@@ -385,7 +385,7 @@ if ABI_TRANSPARENT_LIBMD
|
||||
(echo '/* GNU ld script'; \
|
||||
echo ' * The MD5 functions are provided by the libmd library. */'; \
|
||||
cat format.ld; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue