# HG changeset patch # User Antoine Bodin # Date 1296084049 -3600 # Node ID a0d1333e073b6d38d5ccd122ff7b6270df5987af # Parent c636437d360a2edc8da0f13cb9b29ac11e9f09fb imported patch toolchain/bison.patch diff -r c636437d360a -r a0d1333e073b bison/receipt --- a/bison/receipt Thu Jan 27 00:20:49 2011 +0100 +++ b/bison/receipt Thu Jan 27 00:20:49 2011 +0100 @@ -16,11 +16,10 @@ compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure && echo '#define YYENABLE_NLS 1' >> config.h && make && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.