From d54e675bcf62b4cbd7551371af1fd3663cf10169 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 19 Feb 2010 04:55:42 +0000 Subject: [PATCH] rrdtool: Don't add host include paths. SVN-Revision: 19737 --- .../010-dont-add-host-include-paths.patch | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 utils/rrdtool/patches/010-dont-add-host-include-paths.patch diff --git a/utils/rrdtool/patches/010-dont-add-host-include-paths.patch b/utils/rrdtool/patches/010-dont-add-host-include-paths.patch new file mode 100644 index 000000000..328487729 --- /dev/null +++ b/utils/rrdtool/patches/010-dont-add-host-include-paths.patch @@ -0,0 +1,24 @@ +diff --git a/configure b/configure +index d3ab0a5..ba60d52 100755 +--- a/configure ++++ b/configure +@@ -26319,9 +26319,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + ex_check_save_LIBS=${LIBS} + ex_check_save_CPPFLAGS=${CPPFLAGS} + ex_check_save_LDFLAGS=${LDFLAGS} +- if test "x/usr/include/libart-2.0" != "x"; then +- CPPFLAGS="$CPPFLAGS -I/usr/include/libart-2.0" +- fi + { echo "$as_me:$LINENO: checking for art_vpath_add_point in -lart_lgpl_2" >&5 + echo $ECHO_N "checking for art_vpath_add_point in -lart_lgpl_2... $ECHO_C" >&6; } + if test "${ac_cv_lib_art_lgpl_2_art_vpath_add_point+set}" = set; then +@@ -27915,9 +27912,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + ex_check_save_LIBS=${LIBS} + ex_check_save_CPPFLAGS=${CPPFLAGS} + ex_check_save_LDFLAGS=${LDFLAGS} +- if test "x/usr/include/freetype2" != "x"; then +- CPPFLAGS="$CPPFLAGS -I/usr/include/freetype2" +- fi + { echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5 + echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6; } + if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then -- 2.30.2