http://bugs.openembedded.org/show_bug.cgi?id=1088

           Summary: Problem to build autoconf with ksh as /bin/sh
           Product: Openembedded
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


this patch resolves problem:
--- packages/autoconf/autoconf_2.59.bb 
c503323d0771b01270d0d20da423db4a6872d093
+++ packages/autoconf/autoconf_2.59.bb 
1d8d8253a78fcd9a115987cf5e909ef6af01b2c9
@@ -18,5 +18,6 @@
           file://autoheader-nonfatal-warnings.patch;patch=1 \
           file://sizeof_types.patch;patch=1 \
           file://autoconf-x.patch;patch=1 \
+          file://autoconf-sh.patch;patch=1 \
           [EMAIL PROTECTED]'file://path_prog_fixes.patch;patch=1',
''][bb.data.inherits_class('native', d)]}"
 inherit autotools
diff -Nur autoconf-2.59.old/autoconf-sh.patch autoconf-2.59/autoconf-sh.patch
--- packages/autoconf/autoconf-2.59.old/autoconf-sh.patch       1970-01-01
01:00:00.000000000 +0100
+++ packages/autoconf/autoconf-2.59/autoconf-sh.patch   2006-06-13
18:18:02.000000000 +0200
@@ -0,0 +1,11 @@
+--- autoconf-2.59/tests/wrapper.in.old 2006-06-13 18:16:50.520992000 +0200
++++ autoconf-2.59/tests/wrapper.in     2006-06-13 18:16:57.761444500 +0200
+@@ -15,7 +15,7 @@
+ fi
+
+ # Support unset when possible.
+-if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+   as_unset=unset
+ else
+   as_unset=false


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to