]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Libtool is no mandatory package.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Nov 2009 19:44:28 +0000 (20:44 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Nov 2009 19:44:28 +0000 (20:44 +0100)
tools/naoki-constants

index d586857d1813be92ccbf6e044d2fb4c1cc3ff047..c1c927c83e8cced0a79911ae02c9227402bfaafe 100644 (file)
@@ -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