Files
poky/meta/packages/udev/udev-115/vol_id_ld.patch
Samuel Ortiz cb40f22835 udev: adding the latest udev release, 115.
This release allows us to get rid of udevsynthesize in favour of 
udevtrigger.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2769 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-21 10:03:55 +00:00

18 lines
671 B
Diff

---
extras/volume_id/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: udev-115/extras/volume_id/Makefile
===================================================================
--- udev-115.orig/extras/volume_id/Makefile 2007-09-20 18:17:59.000000000 +0200
+++ udev-115/extras/volume_id/Makefile 2007-09-20 18:18:08.000000000 +0200
@@ -44,7 +44,7 @@
ifeq ($(strip $(VOLUME_ID_STATIC)),true)
$(Q) $(LD) $(LDFLAGS) -o $@ $@.o $(LIBUDEV) lib/libvolume_id.a $(LIB_OBJS)
else
- $(Q) $(LD) $(LDFLAGS) -o $@ $@.o $(LIBUDEV) -Llib -lvolume_id $(LIB_OBJS)
+ $(Q) $(LD) -Llib $(LDFLAGS) -o $@ $@.o $(LIBUDEV) -lvolume_id $(LIB_OBJS)
endif
# man pages