From: Michael Tremer Date: Sun, 24 Jan 2010 22:37:46 +0000 (+0100) Subject: bc: Needs flex for build. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e54c133400d8386a2f1d7885be6fb4f7eabc51dd;p=ipfire-3.x.git bc: Needs flex for build. --- diff --git a/pkgs/core/bc/bc.nm b/pkgs/core/bc/bc.nm index 5bdfdbe3a..0e436ac3a 100644 --- a/pkgs/core/bc/bc.nm +++ b/pkgs/core/bc/bc.nm @@ -34,6 +34,8 @@ PKG_URL = http://www.gnu.org/software/bc/ PKG_LICENSE = GPLv2+ PKG_SUMMARY = bc is an arbitrary precision numeric processing language. +PKG_BUILD_DEPS+= flex + define PKG_DESCRIPTION bc is a language that supports arbitrary precision numbers with \ interactive execution of statements. There are some similarities in the \