summaryrefslogtreecommitdiffstats
path: root/package/libxml2/libxml2.mk
diff options
context:
space:
mode:
authorPeter Korsgaard2009-01-27 16:02:34 +0100
committerPeter Korsgaard2009-01-27 16:02:34 +0100
commit0053483c968c5f2d7b700722759fde5e3043f833 (patch)
treefc7e1f1ce9866936e576b868558068e48788831b /package/libxml2/libxml2.mk
parenticu: needs wchar support in toolchain as well (diff)
downloadbuildroot-0053483c968c5f2d7b700722759fde5e3043f833.tar.gz
buildroot-0053483c968c5f2d7b700722759fde5e3043f833.tar.xz
buildroot-0053483c968c5f2d7b700722759fde5e3043f833.zip
libxml2: stop continous rerun of post-extract target
Touch stamp file (seems to have been missed by r23656).
Diffstat (limited to 'package/libxml2/libxml2.mk')
-rw-r--r--package/libxml2/libxml2.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index adc43f51d..e183de50d 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -25,6 +25,7 @@ $(eval $(call AUTOTARGETS,package,libxml2))
$(LIBXML2_HOOK_POST_EXTRACT):
rm -f $(LIBXML2_DIR)/win32/Makefile.msvc.rej
rm -f $(LIBXML2_DIR)/macos/src/XMLTestPrefix.h.rej
+ touch $@
$(LIBXML2_HOOK_POST_INSTALL):
$(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config