mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9e27763704
commit
e9e2473534
@@ -19,4 +19,4 @@ inherit autotools gettext
|
||||
# standard functionality. regex.c actually breaks compilation
|
||||
# because it uses __mempcpy, there are other things (TBD:
|
||||
# see diffutils.mk in buildroot)
|
||||
EXTRA_OECONF_linux-uclibc = "--without-included-regex"
|
||||
EXTRA_OECONF_libc-uclibc = "--without-included-regex"
|
||||
|
||||
@@ -20,7 +20,7 @@ inherit autotools gettext
|
||||
# standard functionality. regex.c actually breaks compilation
|
||||
# because it uses __mempcpy, there are other things (TBD:
|
||||
# see diffutils.mk in buildroot)
|
||||
EXTRA_OECONF_linux-uclibc = "--without-included-regex"
|
||||
EXTRA_OECONF_libc-uclibc = "--without-included-regex"
|
||||
|
||||
do_install_append () {
|
||||
if [ -e ${D}${bindir}/find ]; then
|
||||
|
||||
Reference in New Issue
Block a user