0001-Fix-missing-cmakedefine-HAVE_GET_CURRENT_DIR_NAME.patch 733 B

12345678910111213141516171819202122232425262728
  1. From b067ab9bf667bb9257bb9eeaa6bf25f9a1a17f06 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
  3. Date: Fri, 6 May 2016 23:35:42 +0200
  4. Subject: [PATCH] Fix missing cmakedefine HAVE_GET_CURRENT_DIR_NAME
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
  9. ---
  10. cmake.h.in | 1 +
  11. 1 file changed, 1 insertion(+)
  12. diff --git a/cmake.h.in b/cmake.h.in
  13. index 4124ce9..0b8f9d0 100644
  14. --- a/cmake.h.in
  15. +++ b/cmake.h.in
  16. @@ -51,6 +51,7 @@
  17. #cmakedefine HAVE_ST_BIRTHTIME
  18. /* Functions */
  19. +#cmakedefine HAVE_GET_CURRENT_DIR_NAME
  20. #cmakedefine HAVE_TIMEGM
  21. #cmakedefine HAVE_UUID_UNPARSE_LOWER
  22. --
  23. 2.8.2