wok rev 9180

Fix: clisp
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Mar 09 02:44:09 2011 +0100 (2011-03-09)
parents 63809d155c57
children 3e0f4c016b8b
files clisp/receipt
line diff
     1.1 --- a/clisp/receipt	Tue Mar 08 20:38:59 2011 +0000
     1.2 +++ b/clisp/receipt	Wed Mar 09 02:44:09 2011 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="GNU ANSI common lisp implementation."
     1.5  MAINTAINER="paul@slitaz.org"
     1.6  DEPENDS="readline ncurses"
     1.7 -BUILD_DEPENDS="readline-dev libsigsegv libffcall glibc-locale"
     1.8 +BUILD_DEPENDS="libsigsegv libffcall glibc-locale"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://clisp.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -16,19 +16,16 @@
    1.13  {
    1.14  	cd $src
    1.15  
    1.16 -	# Increase stack size to build.
    1.17 -	ulimit -s 16384
    1.18 +	# CFLAGS/CXXFLAGS/MAKEFLAGS screw the build process.
    1.19 +	unset CFLAGS CXXFLAGS MAKEFLAGS
    1.20  
    1.21  	./configure \
    1.22 -		--prefix=/usr \
    1.23  		--with-libsigsegv \
    1.24 -		--infodir=/usr/share/info \
    1.25 -		--mandir=/usr/share/man \
    1.26  		--cbc build &&
    1.27  
    1.28  	# Be careful - unusual build rules!
    1.29  	cd build &&
    1.30 -	make DESTDIR=$src/_pkg install
    1.31 +	make DESTDIR=$DESTDIR install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.