]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Add libtool to mandatory packages.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Nov 2009 19:47:08 +0000 (20:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Nov 2009 19:47:08 +0000 (20:47 +0100)
tools/naoki-constants

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