From: Schantl Stefan Date: Mon, 15 Mar 2010 14:10:43 +0000 (+0100) Subject: bc: Fix layout of naoki-makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de389e5300a779219f59f1fb3f04d84d0696ddaa;p=ipfire-3.x.git bc: Fix layout of naoki-makefile. --- diff --git a/pkgs/core/bc/bc.nm b/pkgs/core/bc/bc.nm index d9cefaeee..49ed1d1ad 100644 --- a/pkgs/core/bc/bc.nm +++ b/pkgs/core/bc/bc.nm @@ -44,13 +44,13 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +CONFIGURE_OPTIONS += \ + --mandir=/usr/share/man \ + --disable-static + 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 cd $(DIR_APP) && sed -i '/stdlib/a #include ' lib/number.c cd $(DIR_APP) && sed -i 's/program.*save/static &/' bc/load.c endef - -CONFIGURE_OPTIONS += \ - --mandir=/usr/share/man \ - --disable-static