]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bzip2: Clean up naoki-makefile.
authorSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 08:44:31 +0000 (09:44 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 08:44:31 +0000 (09:44 +0100)
pkgs/core/bzip2/bzip2.nm

index d2069362d560f568a2df00b6e1d73034ce4f76ca..14e1f5992d644692de7fb963459b7daf4c1801e5 100644 (file)
@@ -45,16 +45,13 @@ PKG_TARBALL    = $(THISAPP).tar.gz
 
 CFLAGS        += -fPIC -D_FILE_OFFSET_BITS=64
 
-###############################################################################
-# Installation Details
-###############################################################################
-
 define STAGE_PREPARE_CMDS
        cd $(DIR_APP) && sed -i 's@\(ln -s -f \)\$$(PREFIX)/bin/@\1@' Makefile
        cd $(DIR_APP) && sed -e "s/\$$(CC) -shared/& $(CFLAGS)/" -i Makefile-libbz2_so
 endef
 
 define STAGE_BUILD
+       $(DO_FIX_LIBTOOL)
        cd $(DIR_APP) && make -f Makefile-libbz2_so $(PARALLELISMFLAGS)
 
        cd $(DIR_APP) && make clean