All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] allow module-init-tools on uClinux
@ 2008-12-03 20:47 Nicolas Pitre
  2008-12-03 21:07 ` Bernhard Reutner-Fischer
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Pitre @ 2008-12-03 20:47 UTC (permalink / raw)
  To: buildroot

Matching *-*-linux* is too restrictive.

Signed-off-by: Nicolas Pitre <nico@cam.org>

Index: package/module-init-tools/module-init-tools-match-uclinux.patch
===================================================================
--- package/module-init-tools/module-init-tools-match-uclinux.patch	(revision 0)
+++ package/module-init-tools/module-init-tools-match-uclinux.patch	(revision 0)
@@ -0,0 +1,23 @@
+# relax target match to also include uclinux
+--- module-init-tools-3.2.2/configure.orig	2008-11-27 12:26:35.000000000 -0500
++++ module-init-tools-3.2.2/configure	2008-11-27 12:26:47.000000000 -0500
+@@ -2818,7 +2818,7 @@
+ 
+ 
+ case $target in
+-*-*-linux*) ;;
++*-*linux*) ;;
+ *) { { echo "$as_me:$LINENO: error: Linux only, dude!" >&5
+ echo "$as_me: error: Linux only, dude!" >&2;}
+    { (exit 1); exit 1; }; };;
+--- module-init-tools-3.2.2/configure.in.orig	2008-11-27 12:26:14.000000000 -0500
++++ module-init-tools-3.2.2/configure.in	2008-11-27 12:26:56.000000000 -0500
+@@ -21,7 +21,7 @@
+ AC_SUBST(LDADD)
+ 
+ case $target in
+-*-*-linux*) ;;
++*-*linux*) ;;
+ *) AC_MSG_ERROR([Linux only, dude!]);;
+ esac
+ 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-04  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 20:47 [Buildroot] [PATCH] allow module-init-tools on uClinux Nicolas Pitre
2008-12-03 21:07 ` Bernhard Reutner-Fischer
2008-12-03 21:21   ` Nicolas Pitre
2008-12-03 21:34     ` Bernhard Reutner-Fischer
2008-12-04  0:00       ` Nicolas Pitre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.