summaryrefslogtreecommitdiffstats
path: root/package/libxml2
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-27 15:02:34 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-27 15:02:34 +0000
commit0053483c968c5f2d7b700722759fde5e3043f833 (patch)
treefc7e1f1ce9866936e576b868558068e48788831b /package/libxml2
parentb84a6adc283445850f8ca3ebc62f43c9522a6d60 (diff)
downloadbuildroot-novena-0053483c968c5f2d7b700722759fde5e3043f833.tar.gz
buildroot-novena-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')
-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