From 4ab18306829b42596b31568bf51cf6644941f60f Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 16 Aug 2015 20:16:43 +0000 Subject: ubi-utils: fix build with gcc5 Signed-off-by: Hauke Mehrtens SVN-Revision: 46610 --- package/utils/ubi-utils/patches/010-fix-rpmatch.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/utils/ubi-utils/patches/010-fix-rpmatch.patch') diff --git a/package/utils/ubi-utils/patches/010-fix-rpmatch.patch b/package/utils/ubi-utils/patches/010-fix-rpmatch.patch index 4a04676b49..9d0de7f521 100644 --- a/package/utils/ubi-utils/patches/010-fix-rpmatch.patch +++ b/package/utils/ubi-utils/patches/010-fix-rpmatch.patch @@ -1,6 +1,6 @@ --- a/include/common.h +++ b/include/common.h -@@ -122,10 +122,12 @@ +@@ -137,10 +137,12 @@ static inline bool prompt(const char *ms } if (strcmp("\n", line) != 0) { -- cgit v1.2.3