evolution-data-server: get rid of cross workarounds.
This commit is contained in:
parent
4bd0dd0550
commit
bed2ab3959
|
@ -27,8 +27,6 @@ fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
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
|
# Create iconv-detect.h for cross builds
|
||||||
echo '/* This is an auto-generated header, DO NOT EDIT! */' > iconv-detect.h
|
echo '/* This is an auto-generated header, DO NOT EDIT! */' > iconv-detect.h
|
||||||
echo >>iconv-detect.h
|
echo >>iconv-detect.h
|
||||||
|
|
Loading…
Reference in New Issue