From: Schantl Stefan Date: Fri, 19 Mar 2010 08:44:31 +0000 (+0100) Subject: bzip2: Clean up naoki-makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c7e34e14394dff715c6cc49cecc45a5590a4a5;p=ipfire-3.x.git bzip2: Clean up naoki-makefile. --- diff --git a/pkgs/core/bzip2/bzip2.nm b/pkgs/core/bzip2/bzip2.nm index d2069362d..14e1f5992 100644 --- a/pkgs/core/bzip2/bzip2.nm +++ b/pkgs/core/bzip2/bzip2.nm @@ -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