]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bc: Fix layout of naoki-makefile.
authorSchantl Stefan <Stevee@ipfire.org>
Mon, 15 Mar 2010 14:10:43 +0000 (15:10 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Mon, 15 Mar 2010 14:10:43 +0000 (15:10 +0100)
pkgs/core/bc/bc.nm

index d9cefaeeef505c55838a97be80cc2923655b9702..49ed1d1ad107f5084bdc57923a300f507078277d 100644 (file)
@@ -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 <string.h>' lib/number.c
        cd $(DIR_APP) && sed -i 's/program.*save/static &/' bc/load.c
 endef
-
-CONFIGURE_OPTIONS += \
-       --mandir=/usr/share/man \
-       --disable-static