From dc0a6a65a039843e8d7b19b72d73f757decc281a Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 29 May 2010 13:19:02 +0200 Subject: Revert "udev-static: rename recipe to udev-compat to avoid packaging clash" This reverts commit c027cfceec87f66e5996f098a1ede9f5a33e88fa. --- recipes/udev/udev-static-124/libvolume-id-soname.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/udev/udev-static-124/libvolume-id-soname.patch (limited to 'recipes/udev/udev-static-124/libvolume-id-soname.patch') diff --git a/recipes/udev/udev-static-124/libvolume-id-soname.patch b/recipes/udev/udev-static-124/libvolume-id-soname.patch new file mode 100644 index 0000000000..56365a4351 --- /dev/null +++ b/recipes/udev/udev-static-124/libvolume-id-soname.patch @@ -0,0 +1,12 @@ +diff -uNr udev-124-orig/extras/volume_id/lib/Makefile udev-124/extras/volume_id/lib/Makefile +--- udev-124-orig/extras/volume_id/lib/Makefile 2008-06-12 01:24:30.000000000 -0400 ++++ udev-124/extras/volume_id/lib/Makefile 2009-01-14 23:32:42.000000000 -0500 +@@ -113,7 +113,7 @@ + ifeq ($(libdir),$(usrlibdir)) + ln -sf $(SHLIB) $(DESTDIR)$(usrlibdir)/libvolume_id.so + else +- ln -sf $(libdir)/$(SHLIB) $(DESTDIR)$(usrlibdir)/libvolume_id.so ++ ln -sf ../..$(libdir)/$(SHLIB) $(DESTDIR)$(usrlibdir)/libvolume_id.so + endif + $(INSTALL) -d $(DESTDIR)$(usrlibdir)/pkgconfig + $(INSTALL_DATA) libvolume_id.pc $(DESTDIR)$(usrlibdir)/pkgconfig/libvolume_id.pc -- cgit v1.2.3