[Buildroot] [git commit branch/2017.05.x] expat: fix patch that doesn't apply properly

Peter Korsgaard peter at korsgaard.com
Mon Jun 26 05:18:48 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=5ccccbd494e1c147183ad90e52d50926b077f2a9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.05.x

Fixes:

  http://autobuild.buildroot.net/results/23f799009ae10c5de2b06a7747a28804818204c2/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit 1940a66114bb6962dfdcee928e5c5fa5f29c0be7)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 .../0001-configure.ac-Fix-mis-detection-of-getrandom-on-Debia.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/expat/0001-configure.ac-Fix-mis-detection-of-getrandom-on-Debia.patch b/package/expat/0001-configure.ac-Fix-mis-detection-of-getrandom-on-Debia.patch
index a302553..44f43e1 100644
--- a/package/expat/0001-configure.ac-Fix-mis-detection-of-getrandom-on-Debia.patch
+++ b/package/expat/0001-configure.ac-Fix-mis-detection-of-getrandom-on-Debia.patch
@@ -11,10 +11,10 @@ Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
  expat/configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/expat/configure.ac b/expat/configure.ac
+diff --git a/configure.ac b/configure.ac
 index 1357c9a..444c002 100644
---- a/expat/configure.ac
-+++ b/expat/configure.ac
+--- a/configure.ac
++++ b/configure.ac
 @@ -130,7 +130,7 @@ AC_LINK_IFELSE([AC_LANG_SOURCE([
  
  


More information about the buildroot mailing list