mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/cdrkit: convert first patch to Git formatted one
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 347def2fd1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
b8ec6c9b64
commit
be5c48e20c
@@ -453,7 +453,7 @@ package/cache-calibrator/0001-Fix-conflicting-round-function.patch lib_patch.Ups
|
|||||||
package/cairo/0001-_arc_max_angle_for_tolerance_normalized-fix-infinite.patch lib_patch.Upstream
|
package/cairo/0001-_arc_max_angle_for_tolerance_normalized-fix-infinite.patch lib_patch.Upstream
|
||||||
package/cairo/0002-Fix-mask-usage-in-image-compositor.patch lib_patch.Upstream
|
package/cairo/0002-Fix-mask-usage-in-image-compositor.patch lib_patch.Upstream
|
||||||
package/caps/0001-Fix-stdint-types-with-musl.patch lib_patch.Upstream
|
package/caps/0001-Fix-stdint-types-with-musl.patch lib_patch.Upstream
|
||||||
package/cdrkit/0001-no-rcmd.patch lib_patch.Upstream
|
package/cdrkit/0001-fix-build-with-uClibc.patch lib_patch.Upstream
|
||||||
package/cdrkit/0002-define-__THROW-to-avoid-build-issue-with-musl.patch lib_patch.Upstream
|
package/cdrkit/0002-define-__THROW-to-avoid-build-issue-with-musl.patch lib_patch.Upstream
|
||||||
package/cdrkit/0003-Add-extern-to-char-outfile-declaration-to-fix-build-.patch lib_patch.Upstream
|
package/cdrkit/0003-Add-extern-to-char-outfile-declaration-to-fix-build-.patch lib_patch.Upstream
|
||||||
package/cfm/S65cfm lib_sysv.Indent lib_sysv.Variables
|
package/cfm/S65cfm lib_sysv.Indent lib_sysv.Variables
|
||||||
|
|||||||
@@ -1,17 +1,20 @@
|
|||||||
[PATCH] fix build with uClibc
|
From 13823cfe42f33e947f8375f5a3f9ee177c699960 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Peter Korsgaard <jacmet@sunsite.dk>
|
||||||
|
Date: Sat, 13 Jul 2024 10:57:57 +0200
|
||||||
|
Subject: [PATCH] fix build with uClibc
|
||||||
|
|
||||||
cdrkit unconditionally enables code using rcmd(3), which isn't available
|
cdrkit unconditionally enables code using rcmd(3), which isn't available
|
||||||
on uClibc.
|
on uClibc.
|
||||||
|
|
||||||
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
||||||
---
|
---
|
||||||
include/xconfig.h.in | 1 -
|
include/xconfig.h.in | 1 -
|
||||||
1 file changed, 1 deletion(-)
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
Index: cdrkit-1.1.10/include/xconfig.h.in
|
diff --git a/include/xconfig.h.in b/include/xconfig.h.in
|
||||||
===================================================================
|
index c130600..00f2044 100644
|
||||||
--- cdrkit-1.1.10.orig/include/xconfig.h.in
|
--- a/include/xconfig.h.in
|
||||||
+++ cdrkit-1.1.10/include/xconfig.h.in
|
+++ b/include/xconfig.h.in
|
||||||
@@ -187,7 +187,6 @@
|
@@ -187,7 +187,6 @@
|
||||||
* they are placed before the large file tests.
|
* they are placed before the large file tests.
|
||||||
*/
|
*/
|
||||||
@@ -20,3 +23,6 @@ Index: cdrkit-1.1.10/include/xconfig.h.in
|
|||||||
#define HAVE_SOCKET 1 /* socket() is present in libc/libsocket */
|
#define HAVE_SOCKET 1 /* socket() is present in libc/libsocket */
|
||||||
#define HAVE_SOCKETPAIR 1 /* socketpair() is present in libc/libsocket */
|
#define HAVE_SOCKETPAIR 1 /* socketpair() is present in libc/libsocket */
|
||||||
#define HAVE_GETSERVBYNAME 1 /* getservbyname() is present in libc/libsocket */
|
#define HAVE_GETSERVBYNAME 1 /* getservbyname() is present in libc/libsocket */
|
||||||
|
--
|
||||||
|
2.45.2
|
||||||
|
|
||||||
Reference in New Issue
Block a user