wok diff cryptsetup/receipt @ rev 6128

add missings Deps
author xfred@localhost
date Mon Sep 06 16:47:09 2010 +0000 (2010-09-06)
parents 92bad8adb911
children d25af2fe827e
line diff
     1.1 --- a/cryptsetup/receipt	Thu Mar 04 10:52:50 2010 +0000
     1.2 +++ b/cryptsetup/receipt	Mon Sep 06 16:47:09 2010 +0000
     1.3 @@ -15,7 +15,10 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.8 +	./configure \
     1.9 +		--prefix=/usr \
    1.10 +		--enable-libdevmapper \
    1.11 +		$CONFIGURE_ARGS &&
    1.12  	make &&
    1.13  	make DESTDIR=$PWD/_pkg install
    1.14  }