flex: fix configure cache issue with BR2_NEEDS_GETTEXT
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 26 Jul 2010 13:04:59 +0000 (15:04 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 26 Jul 2010 13:10:41 +0000 (15:10 +0200)
commit3da3c338773021406a76e17f37ba7b9c1650b8b4
treedaf873807c107f2429d13c0681441ed932dac521
parente7b5fd80c4d3695341d16b85e9960fb8fd8a9fa6
flex: fix configure cache issue with BR2_NEEDS_GETTEXT

Flex doesn't NEED gettext/libintl, but it's configure script checks for it,
so make sure those a built before flex, otherwise flex will populate
tgt-config.cache with invalid values, breaking the build of other packages
needing it (like libglib2).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/flex/flex.mk