wok-6.x diff cryptsetup/receipt @ rev 5597
Up: xorg-xf86-video-mga
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue May 18 07:12:09 2010 -0400 (2010-05-18) |
parents | 92bad8adb911 |
children | d25af2fe827e |
line diff
1.1 --- a/cryptsetup/receipt Thu Mar 04 10:52:50 2010 +0000 1.2 +++ b/cryptsetup/receipt Tue May 18 07:12:09 2010 -0400 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 }