From: Schantl Stefan Date: Mon, 15 Mar 2010 10:44:55 +0000 (+0100) Subject: bc: Clean up naoki-makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=390adffdcc6ec161ade8e054f2b0482ce16a5172;p=ipfire-3.x.git bc: Clean up naoki-makefile. --- diff --git a/pkgs/core/bc/bc.nm b/pkgs/core/bc/bc.nm index ed3cc13d5..d9cefaeee 100644 --- a/pkgs/core/bc/bc.nm +++ b/pkgs/core/bc/bc.nm @@ -44,10 +44,6 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -############################################################################### -# Installation Details -############################################################################### - define STAGE_PREPARE_CMDS cd $(DIR_APP) && sed -i '/PROTO.*readline/d' bc/scan.l cd $(DIR_APP) && sed -i '/flex -I8/s/8//' configure @@ -55,12 +51,6 @@ define STAGE_PREPARE_CMDS cd $(DIR_APP) && sed -i 's/program.*save/static &/' bc/load.c endef -define STAGE_BUILD - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --disable-static \ - --mandir=/usr/share/man - - cd $(DIR_APP) && make $(PARALLELISMFLAGS) -endef +CONFIGURE_OPTIONS += \ + --mandir=/usr/share/man \ + --disable-static