From 6aaab8596e172f5d45dff0a0fe89c0820432d704 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 17 Dec 2009 11:38:35 +0100 Subject: [PATCH] udev: fixed libudev.so symlink --- udev/.footprint | 2 +- udev/Pkgfile | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/udev/.footprint b/udev/.footprint index 601403b..ab87a84 100644 --- a/udev/.footprint +++ b/udev/.footprint @@ -61,7 +61,7 @@ lrwxrwxrwx root/root usr/bin/udevinfo -> /sbin/udevadm drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libudev.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.0.5.0 +lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.0.5.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libudev.pc drwxr-xr-x root/root usr/man/ diff --git a/udev/Pkgfile b/udev/Pkgfile index 0bcb392..b94c9e9 100644 --- a/udev/Pkgfile +++ b/udev/Pkgfile @@ -6,7 +6,7 @@ name=udev version=149 -release=1 +release=2 source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \ http://crux.nu/files/distfiles/udev-config-20090523.tar.bz2 \ start_udev) @@ -33,7 +33,7 @@ build() { # Fix location of devel lib rm $PKG/lib/libudev.so - ln -sf ../../lib/libudev.so.0.5.0 $PKG/usr/lib/libudev.so + ln -sf ../../lib/libudev.so.0.5.1 $PKG/usr/lib/libudev.so # Populate nodes mknod -m 600 $PKG/lib/udev/devices/console c 5 1 @@ -60,3 +60,6 @@ build() { rm -rf $PKG/usr/share/{gtk-,}doc rm $PKG/lib/libudev.la } + # Fix location of devel lib + rm $PKG/lib/libudev.so + ln -sf ../../lib/libudev.so.0.5.1 $PKG/usr/lib/libudev.so -- 2.26.2