wok-stable diff cryptsetup/receipt @ rev 5439
Up: gnutls, gnutls-dev, libgnutls (2.8.6)
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed May 05 03:30:03 2010 +0000 (2010-05-05) |
parents | 92bad8adb911 |
children | d25af2fe827e |
line diff
1.1 --- a/cryptsetup/receipt Thu Mar 04 10:52:50 2010 +0000 1.2 +++ b/cryptsetup/receipt Wed May 05 03:30:03 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 }