evolution-data-server: get rid of cross workarounds.
This commit is contained in:
parent
4bd0dd0550
commit
bed2ab3959
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ fi
|
|||
|
||||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Suppress wrong `pkg-config --cflags libical` result -I/usr/include
|
||||
sed -i configure -e "/LIBICAL_EXTRA_CFLAGS=\"/s; -I.*\";\";"
|
||||
# Create iconv-detect.h for cross builds
|
||||
echo '/* This is an auto-generated header, DO NOT EDIT! */' > iconv-detect.h
|
||||
echo >>iconv-detect.h
|
||||
|
|
Loading…
Reference in a new issue