cryptsetup: install a static binary, too.
This commit is contained in:
parent
9414d40a19
commit
1bf8da837d
@ -1,3 +1,5 @@
|
|||||||
|
drwxr-xr-x root/root sbin/
|
||||||
|
-rwxr-xr-x root/root sbin/cryptsetup.static
|
||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/include/
|
drwxr-xr-x root/root usr/include/
|
||||||
-rw-r--r-- root/root usr/include/libcryptsetup.h
|
-rw-r--r-- root/root usr/include/libcryptsetup.h
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Description: user-friendly dm-crypt/LUKS interface
|
# Description: user-friendly dm-crypt/LUKS interface
|
||||||
# URL: http://code.google.com/p/cryptsetup/
|
# URL: http://code.google.com/p/cryptsetup/
|
||||||
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
||||||
# Depends on: lvm2, libgcrypt, popt
|
# Depends on: libdevmapper, util-linux-ng, libgcrypt, popt
|
||||||
|
|
||||||
name=cryptsetup
|
name=cryptsetup
|
||||||
version=1.0.7
|
version=1.0.7
|
||||||
release=1
|
release=2
|
||||||
source=(http://$name.googlecode.com/files/$name-$version.tar.bz2)
|
source=(http://$name.googlecode.com/files/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -17,4 +17,8 @@ build() {
|
|||||||
--disable-nls
|
--disable-nls
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
./configure --prefix=/usr --enable-static
|
||||||
|
make
|
||||||
|
install -D -m 755 src/cryptsetup $PKG/sbin/cryptsetup.static
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user