summaryrefslogtreecommitdiffstats
path: root/package/libxml2
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-11-23 13:11:00 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-11-23 13:11:00 +0100
commitfa946b788e3f10d4c128f38ed07a7b8c9021e342 (patch)
tree5de77569f6950eee4372b40dfc7f38c6c69843d5 /package/libxml2
parent81e4ba320b982fa4c74d00a46ddb918fc492a1b3 (diff)
downloadbuildroot-novena-fa946b788e3f10d4c128f38ed07a7b8c9021e342.tar.gz
buildroot-novena-fa946b788e3f10d4c128f38ed07a7b8c9021e342.zip
libxml2: fix build with BR2_CONFIG_CACHE
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxml2')
-rw-r--r--package/libxml2/libxml2.mk2
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 \