diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-20 07:40:25 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-20 07:40:25 +0200 |
commit | 1940a66114bb6962dfdcee928e5c5fa5f29c0be7 (patch) | |
tree | 79b21e5b960a8374e2c1fe72b085baa2055040a5 | |
parent | 79ee9b7e692824886bc19b21f55ac25e36e238f1 (diff) | |
download | buildroot-1940a66114bb6962dfdcee928e5c5fa5f29c0be7.tar.gz buildroot-1940a66114bb6962dfdcee928e5c5fa5f29c0be7.zip |
expat: fix patch that doesn't apply properly
Fixes:
http://autobuild.buildroot.net/results/23f799009ae10c5de2b06a7747a28804818204c2/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/expat/0001-configure.ac-Fix-mis-detection-of-getrandom-on-Debia.patch | 6 |
1 files 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 a3025531e5..44f43e1cb4 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@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([ |