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