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-libxslt-1.1.17.ep | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'encap/src/encap-profiles/bcfg2-libxslt-1.1.17.ep') diff --git a/encap/src/encap-profiles/bcfg2-libxslt-1.1.17.ep b/encap/src/encap-profiles/bcfg2-libxslt-1.1.17.ep index 96c3d4247..f8d120be7 100644 --- a/encap/src/encap-profiles/bcfg2-libxslt-1.1.17.ep +++ b/encap/src/encap-profiles/bcfg2-libxslt-1.1.17.ep @@ -9,15 +9,13 @@ - - @@ -67,6 +65,7 @@ url="http://www.pobox.com/users/dclark/mirror/libxslt/libxslt-1.1.17.tar.gz ./configure \ --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" \ + --without-iconv \ PLATFORM_IF_MATCH(aix) PLATFORM_ELSE --enable-shared \ @@ -83,6 +82,9 @@ PLATFORM_ENDIF +# Remove doc - it's big +if [ -d lib/bcfg2/share/doc ]; then rm -rf lib/bcfg2/share/doc; fi +# Put python stuff in the right place mv lib/bcfg2/lib/lib/python2.4 lib/bcfg2/lib rmdir lib/bcfg2/lib/lib # Make "this encap is installed" sentinal file available in /usr/local/var/encap -- cgit v1.2.3-1-g7c22