[oe-commits] woglinde : findutils: switch EXTRA_OECONF setting for uclibc to +=

GIT User account git at amethyst.openembedded.net
Sat Nov 1 21:57:51 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d099c34191d7c8736a7329a5a73443467e35e54c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d099c34191d7c8736a7329a5a73443467e35e54c

Author: woglinde <heinold at inf.fu-berlin.de>
Date:   Sat Nov  1 22:00:29 2008 +0100

findutils: switch EXTRA_OECONF setting for uclibc to +=

---

 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 e054dd0..7feef27 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"





More information about the Openembedded-commits mailing list