All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim Gifford <maillist@jg555.com>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] Cross-Compile Patch for Volume_id
Date: Wed, 29 Mar 2006 21:43:27 +0000	[thread overview]
Message-ID: <442AFF7F.5070508@jg555.com> (raw)

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

             reply	other threads:[~2006-03-29 21:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-29 21:43 Jim Gifford [this message]
2006-03-29 23:02 ` [PATCH] Cross-Compile Patch for Volume_id Kay Sievers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=442AFF7F.5070508@jg555.com \
    --to=maillist@jg555.com \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.