projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e7663e
)
flex: unbreak host build after auto-host-deps change
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 18 Jan 2012 10:15:24 +0000
(11:15 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 18 Jan 2012 15:02:55 +0000
(16:02 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/flex/flex.mk
patch
|
blob
|
history
diff --git
a/package/flex/flex.mk
b/package/flex/flex.mk
index df1b4201bf3b5cc1ff22b0c66c1addd473b93f66..041aba8abef4eee38b67ea2021fb4a779b65e3ba 100644
(file)
--- a/
package/flex/flex.mk
+++ b/
package/flex/flex.mk
@@
-14,6
+14,8
@@
FLEX_INSTALL_STAGING = YES
FLEX_DEPENDENCIES = \
$(if $(BR2_PACKAGE_GETTEXT),gettext) \
$(if $(BR2_PACKAGE_LIBINTL),libintl)
+# we don't have a host-gettext/libintl
+HOST_FLEX_DEPENDENCIES =
# lex -> flex
define FLEX_INSTALL_LEX