diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 13:11:00 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 13:11:00 +0100 |
commit | fa946b788e3f10d4c128f38ed07a7b8c9021e342 (patch) | |
tree | 5de77569f6950eee4372b40dfc7f38c6c69843d5 /package/libxml2/libxml2.mk | |
parent | 81e4ba320b982fa4c74d00a46ddb918fc492a1b3 (diff) |
libxml2: fix build with BR2_CONFIG_CACHE
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxml2/libxml2.mk')
-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 \ |