cryptsetup: patch for udev; thanks to tilman
This commit is contained in:
parent
3d7a78d57e
commit
22ef0b29c2
@ -1 +1,2 @@
|
|||||||
00d452eb7a76e39f5749545d48934a10 cryptsetup-1.0.6.tar.bz2
|
00d452eb7a76e39f5749545d48934a10 cryptsetup-1.0.6.tar.bz2
|
||||||
|
265837dfc393a41f17a7e533d3470ed9 cryptsetup.diff
|
||||||
|
@ -6,10 +6,13 @@
|
|||||||
name=cryptsetup
|
name=cryptsetup
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
release=1
|
release=1
|
||||||
source=(http://luks.endorphin.org/source/$name-$version.tar.bz2)
|
source=(http://luks.endorphin.org/source/$name-$version.tar.bz2
|
||||||
|
$name.diff)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
|
patch -Np1 -i $SRC/$name.diff
|
||||||
|
|
||||||
touch m4/Makefile.in
|
touch m4/Makefile.in
|
||||||
|
|
||||||
|
12
cryptsetup/cryptsetup.diff
Normal file
12
cryptsetup/cryptsetup.diff
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -aur cryptsetup-1.0.6.orig/lib/libdevmapper.c cryptsetup-1.0.6/lib/libdevmapper.c
|
||||||
|
--- cryptsetup-1.0.6.orig/lib/libdevmapper.c 2007-10-25 09:11:19.000000000 +0200
|
||||||
|
+++ cryptsetup-1.0.6/lib/libdevmapper.c 2008-08-03 11:42:44.076356162 +0200
|
||||||
|
@@ -18,7 +18,7 @@
|
||||||
|
|
||||||
|
#define CRYPT_TARGET "crypt"
|
||||||
|
|
||||||
|
-#define UDEVSETTLE "/sbin/udevsettle"
|
||||||
|
+#define UDEVSETTLE "/sbin/udevadm settle"
|
||||||
|
|
||||||
|
static void run_udevsettle(void)
|
||||||
|
{
|
Loading…
x
Reference in New Issue
Block a user