diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-18 15:44:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-19 23:40:34 +0100 |
commit | e9e2473534be5185ad3f5cb7bc1018a23853025d (patch) | |
tree | 1d1005249cf4902d6a4eade85facf22a87f6f6ad /meta/recipes-extended/findutils/findutils.inc | |
parent | 9e27763704dc18872e2fd37b505d86f1a0082a9c (diff) | |
download | poky-e9e2473534be5185ad3f5cb7bc1018a23853025d.tar.gz |
findutils: fix libc overrides
(From OE-Core rev: f0e1d4402b8d75f1b2575a453503d9a19b6bf461)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils/findutils.inc')
-rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 673eada910..7a07ad502f 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc | |||
@@ -19,4 +19,4 @@ inherit autotools gettext | |||
19 | # standard functionality. regex.c actually breaks compilation | 19 | # standard functionality. regex.c actually breaks compilation |
20 | # because it uses __mempcpy, there are other things (TBD: | 20 | # because it uses __mempcpy, there are other things (TBD: |
21 | # see diffutils.mk in buildroot) | 21 | # see diffutils.mk in buildroot) |
22 | EXTRA_OECONF_linux-uclibc = "--without-included-regex" | 22 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" |