|
@@ -13,19 +13,16 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
|
stringtable.h | 2 +-
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
-diff --git a/stringtable.h b/stringtable.h
|
|
|
-index 5fc42e7..6fd8a1e 100644
|
|
|
---- a/stringtable.h
|
|
|
-+++ b/stringtable.h
|
|
|
-@@ -19,7 +19,7 @@
|
|
|
+Index: git/stringtable.h
|
|
|
+===================================================================
|
|
|
+--- git.orig/stringtable.h
|
|
|
++++ git/stringtable.h
|
|
|
+@@ -23,7 +23,7 @@
|
|
|
|
|
|
- #if defined(HAVE_BOOST_UTILITY_STRING_REF_HPP)
|
|
|
+ #if 0 && defined(HAVE_BOOST_UTILITY_STRING_REF_HPP)
|
|
|
#include <boost/version.hpp>
|
|
|
-#include <boost/utility/string_ref.hpp> //header with string_ref
|
|
|
+#include "@RELATIVE_STAGING_INCDIR@/boost/utility/string_ref.hpp" //header with string_ref
|
|
|
|
|
|
// XXX: experimental tunables
|
|
|
#define INTERNED_STRING_FIND_MEMMEM 1 /* perf stat indicates a very slight benefit */
|
|
|
---
|
|
|
-2.7.4
|
|
|
-
|