0001-fix-build-on-linux-3.x-host.patch 751 B

12345678910111213141516171819202122232425262728
  1. From 2d0450bfa3fb7003098da1a7fe24c3ae140912dc Mon Sep 17 00:00:00 2001
  2. From: Gregory Hermant <gregory.hermant@calao-systems.com>
  3. Date: Mon, 22 Oct 2012 15:11:53 +0200
  4. Subject: [PATCH] pthsem build on Linux 3.x host
  5. Signed-off-by: Michael Markstaller <mm@elabnet.de>
  6. Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
  7. ---
  8. acinclude.m4 | 2 ++
  9. 1 file changed, 2 insertions(+)
  10. diff --git a/acinclude.m4 b/acinclude.m4
  11. index 03b42de..fea9bc8 100644
  12. --- a/acinclude.m4
  13. +++ b/acinclude.m4
  14. @@ -892,6 +892,8 @@ case $PLATFORM in
  15. case "x`uname -r`" in
  16. changequote(, )dnl
  17. x2.[23456789]* ) ;;
  18. +changequote(, )dnl
  19. + x3.* ) ;;
  20. changequote([, ])
  21. * ) braindead=yes ;;
  22. esac
  23. --
  24. 1.7.9.5