diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-21 13:20:39 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-23 20:34:32 +0100 |
commit | 3502bb056f0de1e4eecd7b0de6156daf18a2162c (patch) | |
tree | 73a4788c22466ed7108af2936eab902cfa90b959 /package/flex/flex.mk | |
parent | 364555d9fff02e02f96f92f6f8b080663c424c89 (diff) | |
download | buildroot-novena-3502bb056f0de1e4eecd7b0de6156daf18a2162c.tar.gz buildroot-novena-3502bb056f0de1e4eecd7b0de6156daf18a2162c.zip |
flex: install in the staging directory
Flex contains a libfl.a directory, which programs for the target might
link against. Therefore, we need to install flex to the staging
directory. An example of such a program is gob2, which needs the
yywrap() function, which is implemented by libfl.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/flex/flex.mk')
-rw-r--r-- | package/flex/flex.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/flex/flex.mk b/package/flex/flex.mk index fed0d7750..43e7d5717 100644 --- a/package/flex/flex.mk +++ b/package/flex/flex.mk @@ -9,6 +9,7 @@ FLEX_SOURCE:=flex_$(FLEX_VERSION).orig.tar.gz FLEX_PATCH:=flex_$(FLEX_VERSION)-$(FLEX_PATCH_VERSION).diff.gz FLEX_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/f/flex FLEX_DIR:=$(BUILD_DIR)/flex-$(FLEX_VERSION) +FLEX_INSTALL_STAGING=YES # lex -> flex define FLEX_INSTALL_LEX |