0002-configure-enable-build-on-uclinux.patch 738 B

1234567891011121314151617181920212223242526
  1. From 11ea78c4d253bb90296e2dd8c3f7fbf59ba397b6 Mon Sep 17 00:00:00 2001
  2. From: Bernd Kuhls <bernd.kuhls@t-online.de>
  3. Date: Thu, 17 Aug 2017 06:30:31 +0200
  4. Subject: [PATCH] configure: enable build on uclinux
  5. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  6. ---
  7. configure.ac | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/configure.ac b/configure.ac
  10. index c680bda7..1a7980a0 100644
  11. --- a/configure.ac
  12. +++ b/configure.ac
  13. @@ -327,7 +327,7 @@ AC_ARG_ENABLE([sysfsgpio],
  14. [build_sysfsgpio=$enableval], [build_sysfsgpio=no])
  15. AS_CASE([$host_os],
  16. - [linux*], [],
  17. + [linux*|uclinux*], [],
  18. [
  19. AS_IF([test "x$build_sysfsgpio" = "xyes"], [
  20. AC_MSG_ERROR([sysfsgpio is only available on linux])
  21. --
  22. 2.11.0