From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Gifford Date: Wed, 29 Mar 2006 21:43:27 +0000 Subject: [PATCH] Cross-Compile Patch for Volume_id Message-Id: <442AFF7F.5070508@jg555.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org 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&kid0944&bid$1720&dat1642 _______________________________________________ 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