Changeset 2725 in MondoRescue for branches/2.2.9/mindi-busybox/archival/Kbuild


Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/archival/Kbuild

    r1765 r2725  
     1# DO NOT EDIT. This file is generated from Kbuild.src
    12# Makefile for busybox
    23#
    34# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
    45#
    5 # Licensed under the GPL v2, see the file LICENSE in this tarball.
     6# Licensed under GPLv2, see file LICENSE in this source tree.
    67
    7 libs-y              += libunarchive/
     8libs-y              += libarchive/
    89
    910lib-y:=
     11
     12
     13
    1014lib-$(CONFIG_AR)        += ar.o
    11 lib-$(CONFIG_BUNZIP2)       += bbunzip.o
    12 lib-$(CONFIG_UNLZMA)        += bbunzip.o
    1315lib-$(CONFIG_CPIO)      += cpio.o
    1416lib-$(CONFIG_DPKG)      += dpkg.o
    1517lib-$(CONFIG_DPKG_DEB)      += dpkg_deb.o
    16 lib-$(CONFIG_GUNZIP)        += bbunzip.o
    17 lib-$(CONFIG_GZIP)      += gzip.o bbunzip.o
    1818lib-$(CONFIG_RPM2CPIO)      += rpm2cpio.o
    1919lib-$(CONFIG_RPM)       += rpm.o
    2020lib-$(CONFIG_TAR)       += tar.o
     21lib-$(CONFIG_UNZIP)     += unzip.o
     22
     23lib-$(CONFIG_LZOP)      += lzop.o bbunzip.o
     24lib-$(CONFIG_GZIP)      += gzip.o bbunzip.o
     25lib-$(CONFIG_BZIP2)     += bzip2.o bbunzip.o
     26
     27lib-$(CONFIG_UNXZ)      += bbunzip.o
     28lib-$(CONFIG_UNLZMA)        += bbunzip.o
     29lib-$(CONFIG_BUNZIP2)       += bbunzip.o
     30lib-$(CONFIG_GUNZIP)        += bbunzip.o
    2131lib-$(CONFIG_UNCOMPRESS)    += bbunzip.o
    22 lib-$(CONFIG_UNZIP)     += unzip.o
Note: See TracChangeset for help on using the changeset viewer.