From bd9e1bb95fccdee715308a0e813c02d86a4d7679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Thu, 29 Oct 2015 16:43:31 +0100 Subject: [PATCH] m4: fighting the charset.alias war. --- base/m4/m4.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/base/m4/m4.conf b/base/m4/m4.conf index 6106f773c..9e95d9c28 100644 --- a/base/m4/m4.conf +++ b/base/m4/m4.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../m4/m4.conf -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2015 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -14,3 +14,7 @@ var_append GCC_WRAPPER_APPEND ' ' '-std=c99' + +# we never want this file +var_append INSTALL_WRAPPER_FILTER "|" "sed -e 's,.*/charset.alias,/tmp/x,'" +