Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 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" |