]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bc: Needs flex for build.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 22:37:46 +0000 (23:37 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 22:37:46 +0000 (23:37 +0100)
pkgs/core/bc/bc.nm

index 5bdfdbe3a3f982765378c4b0d82ad3d99e5df49b..0e436ac3a646ad48dc7a9056e60ad9b029fc15bc 100644 (file)
@@ -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 \