systemd: update to systemd-184

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-31 18:03:51 +02:00
parent 4260119ad8
commit 78e2fcd538
3 changed files with 3 additions and 6 deletions

View File

@ -54,7 +54,7 @@ cd $PKG_BUILD
--disable-readahead \ --disable-readahead \
--disable-quotacheck \ --disable-quotacheck \
--disable-randomseed \ --disable-randomseed \
--enable-logind \ --disable-logind \
--disable-hostnamed \ --disable-hostnamed \
--disable-timedated \ --disable-timedated \
--disable-localed \ --disable-localed \
@ -76,4 +76,4 @@ cd $PKG_BUILD
make V=1 make V=1
$MAKEINSTALL $MAKEINSTALL

View File

@ -79,6 +79,3 @@ mkdir -p $INSTALL/usr/config
# reserved for installing systemd # reserved for installing systemd
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/.libs/libsystemd-login.so* $INSTALL/usr/lib

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="systemd" PKG_NAME="systemd"
PKG_VERSION="183" PKG_VERSION="184"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"