summarylogtreecommitdiffstats
path: root/0001-Fix-incorrect-language-standard.patch
diff options
context:
space:
mode:
author0x9fff002020-06-20 23:31:10 +0200
committer0x9fff002020-06-20 23:31:10 +0200
commited823ddf17ed6b37649abf29738c699c5b38567f (patch)
treedb31e74dcf356ddad95030770818f52079845eb7 /0001-Fix-incorrect-language-standard.patch
parent857fdb8432515feba000cdb6e7e58562e74962e7 (diff)
downloadaur-ed823ddf17ed6b37649abf29738c699c5b38567f.tar.gz
Update libirecovery and libusbmuxd names for 1.0.0/2.0.2
Diffstat (limited to '0001-Fix-incorrect-language-standard.patch')
-rw-r--r--0001-Fix-incorrect-language-standard.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/0001-Fix-incorrect-language-standard.patch b/0001-Fix-incorrect-language-standard.patch
index bedff9ddabd1..9608446dfeab 100644
--- a/0001-Fix-incorrect-language-standard.patch
+++ b/0001-Fix-incorrect-language-standard.patch
@@ -1,17 +1,17 @@
-From 24da8ae0ca5a88357ac02178bbc30185a9c088bf Mon Sep 17 00:00:00 2001
+From cfab3b27f29994049f5b5d6a4abf972ca619978f Mon Sep 17 00:00:00 2001
From: 0x9fff00 <0x9fff00+git@protonmail.ch>
Date: Sun, 15 Sep 2019 13:06:15 +0200
-Subject: [PATCH] Fix incorrect language standard
+Subject: [PATCH 1/2] Fix incorrect language standard
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index e9c2b50..a830616 100644
+index bf9d6fe..f5727ed 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -8,7 +8,7 @@ AC_CONFIG_HEADERS([config.h])
+@@ -14,7 +14,7 @@ esac
# Checks for programs.
AC_PROG_CC
@@ -19,7 +19,7 @@ index e9c2b50..a830616 100644
+CFLAGS+=" -std=gnu11"
AC_PROG_INSTALL
AC_PROG_LIBTOOL
- AC_CONFIG_MACRO_DIRS([m4])
+
--
-2.23.0
+2.27.0