summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/rng-tools/rng-tools/0001-If-the-libc-is-lacking-argp-use-libargp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/rng-tools/rng-tools/0001-If-the-libc-is-lacking-argp-use-libargp.patch')
-rw-r--r--meta/recipes-support/rng-tools/rng-tools/0001-If-the-libc-is-lacking-argp-use-libargp.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-support/rng-tools/rng-tools/0001-If-the-libc-is-lacking-argp-use-libargp.patch b/meta/recipes-support/rng-tools/rng-tools/0001-If-the-libc-is-lacking-argp-use-libargp.patch
index 4bd9d31c0e..06d1d94369 100644
--- a/meta/recipes-support/rng-tools/rng-tools/0001-If-the-libc-is-lacking-argp-use-libargp.patch
+++ b/meta/recipes-support/rng-tools/rng-tools/0001-If-the-libc-is-lacking-argp-use-libargp.patch
@@ -1,7 +1,7 @@
1From 99679fda405e535a282f04a4decc2381154a749f Mon Sep 17 00:00:00 2001 1From 06ba71887f667d45dd231a782a2751f36e8fe025 Mon Sep 17 00:00:00 2001
2From: Christopher Larson <chris_larson@mentor.com> 2From: Christopher Larson <chris_larson@mentor.com>
3Date: Mon, 15 Feb 2016 15:59:58 -0700 3Date: Mon, 15 Feb 2016 15:59:58 -0700
4Subject: [PATCH 1/2] If the libc is lacking argp, use libargp 4Subject: [PATCH 1/4] If the libc is lacking argp, use libargp
5 5
6Patch pulled from Gentoo: 6Patch pulled from Gentoo:
7 7
@@ -23,10 +23,10 @@ Signed-off-by: Christopher Larson <chris_larson@mentor.com>
23 1 file changed, 22 insertions(+) 23 1 file changed, 22 insertions(+)
24 24
25diff --git a/configure.ac b/configure.ac 25diff --git a/configure.ac b/configure.ac
26index 27a2dba..04fcd25 100644 26index 4e799dc..c4a5dd8 100644
27--- a/configure.ac 27--- a/configure.ac
28+++ b/configure.ac 28+++ b/configure.ac
29@@ -82,6 +82,28 @@ AS_IF( 29@@ -135,6 +135,28 @@ AS_IF(
30 ] 30 ]
31 ) 31 )
32 32
@@ -56,5 +56,5 @@ index 27a2dba..04fcd25 100644
56 dnl Configure options 56 dnl Configure options
57 dnl ----------------- 57 dnl -----------------
58-- 58--
592.2.1 592.7.4
60 60