Fix libxml2 on a8 oi_151a
authorJon Tibble <meths@btinternet.com>
Sun, 17 Feb 2013 18:36:01 +0000
branchoi_151a
changeset 207 924952a93d79
parent 206 8644b5e5bf7f
child 208 a7a3296ee4c7
Fix libxml2 on a8
usr/src/lib/libxml2/Makefile.sfw
--- a/usr/src/lib/libxml2/Makefile.sfw	Sun Feb 17 18:33:31 2013 +0000
+++ b/usr/src/lib/libxml2/Makefile.sfw	Sun Feb 17 18:36:01 2013 +0000
@@ -131,6 +131,7 @@
 	(cd $(VER); gpatch -p 1 < ../Patches/CVE-2012-0841.patch)
 	(cd $(VER); gpatch -p 1 < ../Patches/CVE-2011-3102.patch)
 	(cd $(VER); gpatch -p 1 < ../Patches/CVE-2012-5134.patch)
+	(cd $(VER); AUTOMAKE=automake-1.10 autoreconf -if)
 	touch $(VER)/configure
 
 $(VER64)/configure: $(VER).tar.gz
@@ -153,6 +154,7 @@
 	(cd $(VER64); gpatch -p 1 < ../Patches/CVE-2012-0841.patch)
 	(cd $(VER64); gpatch -p 1 < ../Patches/CVE-2011-3102.patch)
 	(cd $(VER64); gpatch -p 1 < ../Patches/CVE-2012-5134.patch)
+	(cd $(VER64); AUTOMAKE=automake-1.10 autoreconf -if)
 	touch $(VER64)/configure
 
 clean: