From f8418777ddd38a9f198af2e54c2875a574ab86be Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Sat, 19 Feb 2011 17:00:51 +0200 Subject: [PATCH] Do not set MINGW_CC_LINUX2WIN_EXECUTABLE build flag. Workaround is no longer needed with ccache 3.0 or later. --- debian/changelog | 2 ++ debian/rules | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bd1a0bbfe..b7a66381c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ cmake (2.8.4-1) UNRELEASED; urgency=low * Disable git-import-orig in debian/watch. One extra command is not a good enough reason to lose control of packaging to non-trivial black-box tools. * Use less error-prone way of setting build flags. + * Do not set MINGW_CC_LINUX2WIN_EXECUTABLE build flag. Workaround is no + longer needed with ccache 3.0 or later. -- Kai Wasserbäch Sun, 16 Jan 2011 11:40:34 +0100 diff --git a/debian/rules b/debian/rules index fa3dde2b0..cfff9dd77 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,6 @@ $(BUILD_FLAGS_FILE): $(call $(flag_action),BUILD_WXDialog,ON,"Build WXDialog") $(call $(flag_action),BUILD_CursesDialog,ON,"Build curses GUI") $(call $(flag_action),BUILD_QtDialog,ON,"Build Qt4 GUI") - $(call $(flag_action),MINGW_CC_LINUX2WIN_EXECUTABLE,"","Never detect mingw") # $(call $(flag_action),TARGET_VERSION) # $(call $(flag_action),TARGET_SOVERSION) # $(call $(flag_action),BUILD_DOCUMENTATION,ON)