summaryrefslogtreecommitdiff
path: root/packages/make
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-04-25 10:22:02 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-04-25 10:22:02 +0000
commit42419dd9280115ec36a15c3e069c170f011e0124 (patch)
tree2d5e99e517972d15f5138bc3ec5919c2d6fd8cfa /packages/make
parent7be2327609e078032ca834eaec5108afac0b668a (diff)
parentf452835f53842a6b0663c27c40c4db62e944842e (diff)
merge of '82673acfb73d52fea0af1765fcc388e06da120fe'
and 'b37044d8c845daa30d482ff54744391de3b55387'
Diffstat (limited to 'packages/make')
-rw-r--r--packages/make/make.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/make/make.inc b/packages/make/make.inc
index 31223cbbf1..8a43f40a24 100644
--- a/packages/make/make.inc
+++ b/packages/make/make.inc
@@ -9,3 +9,11 @@ SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
file://SCCS.patch;patch=1"
inherit autotools
+
+do_configure_prepend() {
+ if [ "${TARGET_OS}" = "linux-uclibc" -o "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then
+ export make_cv_sys_gnu_glob="no"
+ export GLOBINC=-I`pwd`/glob
+ export GLOBLIB=glob/libglob.a
+ fi
+}