diff options
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/files/icu-config.patch')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/files/icu-config.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/postfix/files/icu-config.patch b/meta-networking/recipes-daemons/postfix/files/icu-config.patch new file mode 100644 index 0000000000..9bd9c2f03e --- /dev/null +++ b/meta-networking/recipes-daemons/postfix/files/icu-config.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | do not entertain cppflags from icu, this is because | ||
2 | icu-config feeds the -I path without sysroot which | ||
3 | caused native headers to be included and build is | ||
4 | corrupted in any case its just adding -I/usr/include | ||
5 | to the CCARGS which we loose nothing if its not | ||
6 | entertained. | ||
7 | |||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
9 | |||
10 | Index: postfix-3.2.2/makedefs | ||
11 | =================================================================== | ||
12 | --- postfix-3.2.2.orig/makedefs | ||
13 | +++ postfix-3.2.2/makedefs | ||
14 | @@ -799,7 +799,6 @@ EOF | ||
15 | ${BUILD_CC-gcc} -o makedefs.test makedefs.test.c $icu_cppflags \ | ||
16 | $icu_ldflags >/dev/null 2>&1 | ||
17 | if ./makedefs.test 2>/dev/null ; then | ||
18 | - CCARGS="$CCARGS $icu_cppflags" | ||
19 | SYSLIBS="$SYSLIBS $icu_ldflags" | ||
20 | else | ||
21 | CCARGS="$CCARGS -DNO_EAI" | ||