aboutsummaryrefslogtreecommitdiffstats
path: root/packages/findutils
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2008-11-01 22:00:29 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2008-11-01 22:00:29 +0100
commitd099c34191d7c8736a7329a5a73443467e35e54c (patch)
tree38b0fc0a2887c3dc0ab466deebc0d387f214fabf /packages/findutils
parentb833a7f26a79a6708643b3c729d98d45a88e171c (diff)
downloadopenembedded-d099c34191d7c8736a7329a5a73443467e35e54c.tar.gz
findutils: switch EXTRA_OECONF setting for uclibc to +=
Diffstat (limited to 'packages/findutils')
-rw-r--r--packages/findutils/findutils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/findutils/findutils.inc b/packages/findutils/findutils.inc
index e054dd0cc7..7feef27025 100644
--- a/packages/findutils/findutils.inc
+++ b/packages/findutils/findutils.inc
@@ -11,4 +11,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_linux-uclibc += "--without-included-regex"