hc
2023-11-22 f743a7adbd6e230d66a6206fa115b59fec2d88eb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
do not entertain cppflags from icu, this is because
icu-config feeds the -I path without sysroot which
caused native headers to be included and build is
corrupted in any case its just adding -I/usr/include
to the CCARGS which we loose nothing if its not
entertained.
 
Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
Index: postfix-3.2.2/makedefs
===================================================================
--- postfix-3.2.2.orig/makedefs
+++ postfix-3.2.2/makedefs
@@ -799,7 +799,6 @@ EOF
             ${BUILD_CC-gcc} -o makedefs.test makedefs.test.c $icu_cppflags \
             $icu_ldflags >/dev/null 2>&1
             if ./makedefs.test 2>/dev/null ; then
-            CCARGS="$CCARGS $icu_cppflags"
             SYSLIBS="$SYSLIBS $icu_ldflags"
             else
             CCARGS="$CCARGS -DNO_EAI"