diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/libxml2/libxml2.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index 05153f323..ceabcd905 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -11,6 +11,8 @@ LIBXML2_INSTALL_TARGET = YES ifneq ($(BR2_LARGEFILE),y) LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE" +# the above doesn't work with shared config.cache +LIBXML2_USE_CONFIG_CACHE = NO endif LIBXML2_CONF_OPT = --with-gnu-ld --enable-shared \ |