From 4a5d68a47ecbc3add0d2d6b5785c31d0acace58d Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Tue, 3 Oct 2006 12:13:53 +0000 Subject: EncapPackages: Merging changes from branches/private/dclark/encap-0.8.5. Major change is removal of dependancies on libgcc, libstdc++, gettext, and libiconv. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2368 ce84e21b-d406-0410-9b95-82705330c041 --- encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep') diff --git a/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep b/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep index d76256e59..aa7f5bb01 100644 --- a/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep +++ b/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep @@ -9,14 +9,12 @@ - - @@ -67,6 +65,7 @@ subdir="libxml2-2.6.26" ./configure \ --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" \ + --without-iconv \ PLATFORM_IF_MATCH(aix) PLATFORM_ELSE --enable-shared \ @@ -79,6 +78,10 @@ PLATFORM_ENDIF +# Remove doc - it's big +if [ -d lib/bcfg2/share/doc ]; then rm -rf lib/bcfg2/share/doc; fi +if [ -d lib/bcfg2/share/gtk-doc ]; then rm -rf lib/bcfg2/share/gtk-doc; fi +# Make convieniance links test -d bin || mkdir bin ln -sf ../lib/bcfg2/bin/xmllint bin/b2-xmllint # Make "this encap is installed" sentinal file available in /usr/local/var/encap -- cgit v1.2.3-1-g7c22