findutils: switch EXTRA_OECONF setting for uclibc to +=
authorwoglinde <heinold@inf.fu-berlin.de>
Sat, 1 Nov 2008 21:00:29 +0000 (22:00 +0100)
committerwoglinde <heinold@inf.fu-berlin.de>
Sat, 1 Nov 2008 21:00:29 +0000 (22:00 +0100)
packages/findutils/findutils.inc

index e054dd0..7feef27 100644 (file)
@@ -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"