cryptsetup: rebuild with as-needed for shlibs.
This commit is contained in:
parent
d5f42b89d5
commit
677edd202f
3 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cryptsetup-devel'.
|
||||
noarch=yes
|
||||
depends="libcryptsetup>=$version"
|
||||
depends="libcryptsetup-${version}_${revision}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
libuuid.so.1
|
||||
libdevmapper.so.1.02
|
||||
libgcrypt.so.11
|
||||
libgpg-error.so.0
|
||||
libc.so.6
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cryptsetup'
|
||||
pkgname=cryptsetup
|
||||
version=1.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
subpackages="libcryptsetup cryptsetup-devel"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config popt-devel libuuid-devel device-mapper-devel libgcrypt-devel"
|
||||
|
|
Loading…
Reference in a new issue