org.openembedded.dev: 8ad9557ac9304643357a146989839e365bbb07a8

oe at monotone.openmoko.org oe at monotone.openmoko.org
Fri May 2 21:01:05 CEST 2008


revision:            8ad9557ac9304643357a146989839e365bbb07a8
date:                2008-04-24T16:49:57
author:              khem at openembedded.org
branch:              org.openembedded.dev
changelog:
Fix make to compile on uclibc.

manifest:
format_version "1"

new_manifest [57005ef1fe424eaabb33f3c7f1f3f0315754dd9d]

old_revision [8c79bf63b9d8dfd4b4b463a5c5358c569ccd149f]

patch "packages/make/make.inc"
 from [b2b35232537d7fe8c57799427d2bb1fed207e0c9]
   to [4759259ccabb41394e92a35fbaa83fa5775621ad]
-------------- next part --------------
#
#
# patch "packages/make/make.inc"
#  from [b2b35232537d7fe8c57799427d2bb1fed207e0c9]
#    to [4759259ccabb41394e92a35fbaa83fa5775621ad]
#
============================================================
--- packages/make/make.inc	b2b35232537d7fe8c57799427d2bb1fed207e0c9
+++ packages/make/make.inc	4759259ccabb41394e92a35fbaa83fa5775621ad
@@ -9,3 +9,11 @@ inherit autotools
            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
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/commitlog/attachments/20080502/e6c4a257/attachment.htm 


More information about the commitlog mailing list