From: Michael Tremer Date: Sun, 29 Nov 2009 19:44:28 +0000 (+0100) Subject: naoki: Libtool is no mandatory package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ffd650d6c23cabdbc80e773919d1a988436d358;p=ipfire-3.x.git naoki: Libtool is no mandatory package. --- diff --git a/tools/naoki-constants b/tools/naoki-constants index d586857d1..c1c927c83 100644 --- a/tools/naoki-constants +++ b/tools/naoki-constants @@ -7,8 +7,8 @@ TOOLS_DIR_REAL=${BASEDIR}/build/tools_${MACHINE} ARCH=i686 -PACKAGES_MANDATORY="bash bzip2 ccache coreutils cpio diffutils findutils gawk gcc grep" -PACKAGES_MANDATORY="${PACKAGES_MANDATORY} gzip libtool make patch sed tar util-linux-ng" +PACKAGES_MANDATORY="bash bzip2 coreutils cpio diffutils findutils gawk gcc grep" +PACKAGES_MANDATORY="${PACKAGES_MANDATORY} gzip make patch sed tar util-linux-ng" PACKAGES_MANDATORY="${PACKAGES_MANDATORY} which" PACKAGES_PARALLELISM=2