From 617d655c7bbcccd5168514c9d29e5b329eec63d4 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 10 Nov 2012 00:09:11 +0000 Subject: Remove libxml --- atari/scripts/makelibs.sh | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'atari/scripts/makelibs.sh') diff --git a/atari/scripts/makelibs.sh b/atari/scripts/makelibs.sh index c479b1ea8..80c316147 100755 --- a/atari/scripts/makelibs.sh +++ b/atari/scripts/makelibs.sh @@ -33,7 +33,6 @@ libcurlpkg="curl-7.25.0" libfreetypepkg="freetype-2.4.9" libhermespkg="Hermes-1.3.3" libjpegpkg="jpeg-8b" -libxmlpkg="libxml2-2.7.8" libparserutils_version=0.1.1 libwapcaplet_version=0.1.1 hubbub_version=0.1.2 @@ -364,38 +363,6 @@ fi cd .. -cd $libxmlpkg -$cleanup -if [ "$cross" = "1" ] -then -./configure --prefix="$prefix" \ - --host="m68k-atari-mint" \ - --without-python \ - --without-threads \ - --enable-ipv6=no \ - --without-debug \ - --without-http \ - --without-ftp \ - --without-legacy \ - --without-docbook \ - --without-catalog \ - --without-regexps \ - --without-schemas \ - --without-schematron \ - --without-sax1 \ - --without-xpath \ - --without-modules \ - --without-c14n \ - --without-pattern \ - --without-push \ - --with-iconv="$archlibdir" \ - --with-zlib="$archlibdir" -make -make install DESTDIR="$userfs" -else -echo "no cross" -fi -cd .. cd $libopensslpkg $cleanup @@ -620,6 +587,5 @@ else mv $srcpkgdir $archlibdir -v fi -echo "please add symlink to libxml2/libxml within /usr/m68k-atari-mint/include" echo "please add symlink to freetype2/freetype within /usr/m68k-atari-mint/include" exit 0 -- cgit v1.2.3