mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
systemd: enable cryptsetup support, revbump.
This commit is contained in:
parent
2484354b3f
commit
fe3523068d
2 changed files with 3 additions and 1 deletions
|
@ -16,3 +16,4 @@ libsystemd-daemon.so.0
|
||||||
libsystemd-journal.so.0
|
libsystemd-journal.so.0
|
||||||
libsystemd-login.so.0
|
libsystemd-login.so.0
|
||||||
libsystemd-id128.so.0
|
libsystemd-id128.so.0
|
||||||
|
libcryptsetup.so.4
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'systemd'
|
# Template file for 'systemd'
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=43
|
version=43
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-distro=other --with-rootprefix=
|
configure_args="--with-distro=other --with-rootprefix=
|
||||||
|
@ -60,6 +60,7 @@ Add_dependency build libnotify-devel
|
||||||
Add_dependency build vala-devel
|
Add_dependency build vala-devel
|
||||||
Add_dependency build libkmod-devel
|
Add_dependency build libkmod-devel
|
||||||
Add_dependency build liblzma-devel
|
Add_dependency build liblzma-devel
|
||||||
|
Add_dependency build cryptsetup-devel
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e "s|/bin/loadkeys|/usr/bin/loadkeys|g" Makefile.in
|
sed -i -e "s|/bin/loadkeys|/usr/bin/loadkeys|g" Makefile.in
|
||||||
|
|
Loading…
Add table
Reference in a new issue