systemd: update to systemd-233

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2017-03-18 10:09:24 -07:00 committed by Lukas Rusak
parent 1572df81fa
commit c6ece5e7fb
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="systemd" PKG_NAME="systemd"
PKG_VERSION="232" PKG_VERSION="233"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd" PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd"
@ -68,6 +68,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
--disable-vconsole \ --disable-vconsole \
--disable-quotacheck \ --disable-quotacheck \
--enable-tmpfiles \ --enable-tmpfiles \
--disable-environment-d \
--disable-sysusers \ --disable-sysusers \
--disable-firstboot \ --disable-firstboot \
--disable-randomseed \ --disable-randomseed \