* [PATCH] Cross-Compile Patch for Volume_id
@ 2006-03-29 21:43 Jim Gifford
2006-03-29 23:02 ` Kay Sievers
0 siblings, 1 reply; 2+ messages in thread
From: Jim Gifford @ 2006-03-29 21:43 UTC (permalink / raw)
To: linux-hotplug
Here is a patch to fix the cross-compile issue with udev-088 and volume_id.
diff -Naur udev-088/extras/volume_id/libvolume_id/Makefile.orig
udev-088/extras/volume_id/libvolume_id/Makefile
--- udev-088/extras/volume_id/libvolume_id/Makefile.orig
2006-03-29 13:41:44.000000000 -0800
+++ udev-088/extras/volume_id/libvolume_id/Makefile 2006-03-29
13:42:17.000000000 -0800
@@ -44,8 +44,8 @@
volume_id.h \
util.h
-AR = $(CROSS)ar
-RANLIB = $(CROSS)ranlib
+AR = $(CROSS_COMPILE)ar
+RANLIB = $(CROSS_COMPILE)ranlib
all: $(LIBVOLUME_ID)
.PHONY: all
--
----
Jim Gifford
maillist@jg555.com
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Cross-Compile Patch for Volume_id
2006-03-29 21:43 [PATCH] Cross-Compile Patch for Volume_id Jim Gifford
@ 2006-03-29 23:02 ` Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2006-03-29 23:02 UTC (permalink / raw)
To: linux-hotplug
On Wed, Mar 29, 2006 at 01:43:27PM -0800, Jim Gifford wrote:
> Here is a patch to fix the cross-compile issue with udev-088 and volume_id.
Thanks, I fixed it for 089, which will also provide a shared
library. Would be nice if you can check that again, if it introduces
new problems.
Thanks,
Kay
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-29 23:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-29 21:43 [PATCH] Cross-Compile Patch for Volume_id Jim Gifford
2006-03-29 23:02 ` Kay Sievers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).