summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch')
-rw-r--r--meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch21
1 files changed, 9 insertions, 12 deletions
diff --git a/meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch b/meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch
index 83ce7c8dd0..60da15eb83 100644
--- a/meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch
+++ b/meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch
@@ -15,17 +15,17 @@ Upstream-Status: Inappropriate [musl specific]
15 3 files changed, 3 deletions(-) 15 3 files changed, 3 deletions(-)
16 16
17diff --git a/man/Makefile.am b/man/Makefile.am 17diff --git a/man/Makefile.am b/man/Makefile.am
18index e4d6e4a..c701d94 100644 18index 28192c0..a22787d 100644
19--- a/man/Makefile.am 19--- a/man/Makefile.am
20+++ b/man/Makefile.am 20+++ b/man/Makefile.am
21@@ -29,7 +29,6 @@ dist_man_MANS = \ 21@@ -168,7 +168,6 @@ dist_man_MANS = \
22 flopen.3 \ 22 fmtcheck.3bsd \
23 fmtcheck.3 \ 23 fparseln.3bsd \
24 fparseln.3 \ 24 fpurge.3bsd \
25- funopen.3bsd \ 25- funopen.3bsd \
26 getbsize.3 \ 26 getbsize.3bsd \
27 getmode.3 \ 27 getmode.3bsd \
28 getpeereid.3 \ 28 getpeereid.3bsd \
29diff --git a/src/Makefile.am b/src/Makefile.am 29diff --git a/src/Makefile.am b/src/Makefile.am
30index ad83dbf..13225a3 100644 30index ad83dbf..13225a3 100644
31--- a/src/Makefile.am 31--- a/src/Makefile.am
@@ -39,7 +39,7 @@ index ad83dbf..13225a3 100644
39 getpeereid.c \ 39 getpeereid.c \
40 hash/md5.c \ 40 hash/md5.c \
41diff --git a/test/Makefile.am b/test/Makefile.am 41diff --git a/test/Makefile.am b/test/Makefile.am
42index a75c8ff..e3a1d41 100644 42index d86539a..b32ed2e 100644
43--- a/test/Makefile.am 43--- a/test/Makefile.am
44+++ b/test/Makefile.am 44+++ b/test/Makefile.am
45@@ -36,7 +36,6 @@ check_PROGRAMS = \ 45@@ -36,7 +36,6 @@ check_PROGRAMS = \
@@ -50,6 +50,3 @@ index a75c8ff..e3a1d41 100644
50 fparseln \ 50 fparseln \
51 fpurge \ 51 fpurge \
52 md5 \ 52 md5 \
53--
542.10.2
55