diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-01 22:00:29 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-01 22:00:29 +0100 |
commit | d099c34191d7c8736a7329a5a73443467e35e54c (patch) | |
tree | 38b0fc0a2887c3dc0ab466deebc0d387f214fabf /packages | |
parent | b833a7f26a79a6708643b3c729d98d45a88e171c (diff) |
findutils: switch EXTRA_OECONF setting for uclibc to +=
Diffstat (limited to 'packages')
-rw-r--r-- | packages/findutils/findutils.inc | 2 |
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" |