From: Michael Tremer Date: Thu, 26 Nov 2009 19:47:08 +0000 (+0100) Subject: naoki: Add libtool to mandatory packages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d221e0eea8e7ee9ba47d05e51571ceb5b2c31ffb;p=ipfire-3.x.git naoki: Add libtool to mandatory packages. --- diff --git a/tools/naoki-constants b/tools/naoki-constants index c1c927c83..c02bf9870 100644 --- a/tools/naoki-constants +++ b/tools/naoki-constants @@ -8,7 +8,7 @@ TOOLS_DIR_REAL=${BASEDIR}/build/tools_${MACHINE} ARCH=i686 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} gzip libtool make patch sed tar util-linux-ng" PACKAGES_MANDATORY="${PACKAGES_MANDATORY} which" PACKAGES_PARALLELISM=2