[openwrt/openwrt] tools: util-linux: refresh patches
LEDE Commits
lede-commits at lists.infradead.org
Wed Jul 30 01:58:33 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c20f4d6637a4daf66af84d786d002a6382ce3e58
commit c20f4d6637a4daf66af84d786d002a6382ce3e58
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Wed Jul 30 10:56:57 2025 +0200
tools: util-linux: refresh patches
util-linux needs to be refreshed, so do so.
Fixes: 4fd61171294d ("tools/util-linux: fix libuuid linking")
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
tools/util-linux/patches/110-move-libpthread-to-libs.patch | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tools/util-linux/patches/110-move-libpthread-to-libs.patch b/tools/util-linux/patches/110-move-libpthread-to-libs.patch
index e054778b18..996402d143 100644
--- a/tools/util-linux/patches/110-move-libpthread-to-libs.patch
+++ b/tools/util-linux/patches/110-move-libpthread-to-libs.patch
@@ -12,8 +12,6 @@ Signed-off-by: Rosen Penev <rosenp at gmail.com>
libuuid/uuid.pc.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-diff --git a/libuuid/uuid.pc.in b/libuuid/uuid.pc.in
-index 51929fe80d72..9fe908b61f12 100644
--- a/libuuid/uuid.pc.in
+++ b/libuuid/uuid.pc.in
@@ -7,5 +7,4 @@ Name: uuid
@@ -23,6 +21,3 @@ index 51929fe80d72..9fe908b61f12 100644
-Libs.private: @SOCKET_LIBS@ -lpthread
-Libs: -L${libdir} -luuid
+Libs: -L${libdir} -luuid @SOCKET_LIBS@ -lpthread
---
-2.50.1
-
More information about the lede-commits
mailing list