View kconfig-frontends.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ruN kconfig-frontends-3.12.0.0/configure.ac kconfig-frontends-3.12.0.0-fixed/configure.ac | |
--- kconfig-frontends-3.12.0.0/configure.ac 2013-11-09 14:31:01.000000000 +0100 | |
+++ kconfig-frontends-3.12.0.0-fixed/configure.ac 2017-04-05 22:44:36.140760000 +0200 | |
@@ -238,6 +238,22 @@ | |
AC_SUBST([AM_YFLAGS], ["-t -l -p zconf"]) | |
#---------------------------------------- | |
+# gperf 3.1 generates functions with 'size_t' instead of 'unsigned int' | |
+AC_MSG_CHECKING([for the type used in gperf declarations]) | |
+echo "#include <string.h>" > conftest.gperf.c |