# HG changeset patch # User Christopher Rogers # Date 1306003313 0 # Node ID 36a3008ee2e174bd5ac648e814f1427543c898a7 # Parent 89193566dcbec4c0b7e517ca1e4e2ada23de7967 clisp: Add $CONFIGURE_ARGS. diff -r 89193566dcbe -r 36a3008ee2e1 clisp/receipt --- a/clisp/receipt Sat May 21 18:37:42 2011 +0000 +++ b/clisp/receipt Sat May 21 18:41:53 2011 +0000 @@ -5,12 +5,13 @@ CATEGORY="development" SHORT_DESC="GNU ANSI common lisp implementation." MAINTAINER="paul@slitaz.org" -DEPENDS="readline ncurses" -BUILD_DEPENDS="libsigsegv libffcall glibc-locale" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://clisp.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="readline ncurses" +BUILD_DEPENDS="readline-dev libsigsegv libffcall glibc-locale" + # Rules to configure and make the package. compile_rules() { @@ -21,7 +22,8 @@ ./configure \ --with-libsigsegv \ - --cbc build && + --cbc build \ + $CONFIGURE_ARGS && # Be careful - unusual build rules! cd build &&