aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev-static-124/libvolume-id-soname.patch
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-05-29 13:19:02 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-05-29 13:19:02 +0200
commitdc0a6a65a039843e8d7b19b72d73f757decc281a (patch)
tree4e79b67535300eb9d95f626d1fa8acdc121a9335 /recipes/udev/udev-static-124/libvolume-id-soname.patch
parent28bc48904e31c3a63cf5a60bc005ed8fb359cc52 (diff)
downloadopenembedded-dc0a6a65a039843e8d7b19b72d73f757decc281a.tar.gz
Revert "udev-static: rename recipe to udev-compat to avoid packaging clash"
This reverts commit c027cfceec87f66e5996f098a1ede9f5a33e88fa.
Diffstat (limited to 'recipes/udev/udev-static-124/libvolume-id-soname.patch')
-rw-r--r--recipes/udev/udev-static-124/libvolume-id-soname.patch12
1 files changed, 12 insertions, 0 deletions
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