systemd: update to systemd-208. disable xattr

This commit is contained in:
Stefan Saraev 2013-09-13 20:40:18 +03:00 committed by Stephan Raue
parent bb619385b9
commit 2421cd7eee
2 changed files with 5 additions and 3 deletions

View File

@ -52,8 +52,9 @@ ac_cv_func_malloc_0_nonnull=yes \
--disable-tcpwrap \ --disable-tcpwrap \
--disable-pam \ --disable-pam \
--disable-acl \ --disable-acl \
--enable-xattr \ --disable-xattr \
--without-python \ --without-python \
--disable-python-devel \
--disable-gcrypt \ --disable-gcrypt \
--disable-audit \ --disable-audit \
--disable-libcryptsetup \ --disable-libcryptsetup \
@ -65,6 +66,7 @@ ac_cv_func_malloc_0_nonnull=yes \
--disable-quotacheck \ --disable-quotacheck \
--disable-randomseed \ --disable-randomseed \
--disable-logind \ --disable-logind \
--disable-backlight \
--disable-hostnamed \ --disable-hostnamed \
--disable-timedated \ --disable-timedated \
--disable-localed \ --disable-localed \

View File

@ -19,14 +19,14 @@
################################################################################ ################################################################################
PKG_NAME="systemd" PKG_NAME="systemd"
PKG_VERSION="206" PKG_VERSION="208"
PKG_REV="1" PKG_REV="1"
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"
PKG_URL="http://www.freedesktop.org/software/systemd/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_URL="http://www.freedesktop.org/software/systemd/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="dbus kmod util-linux glib libgcrypt" PKG_DEPENDS="dbus kmod util-linux glib libgcrypt"
PKG_BUILD_DEPENDS="toolchain attr libcap dbus kmod util-linux glib libgcrypt" PKG_BUILD_DEPENDS="toolchain libcap dbus kmod util-linux glib libgcrypt"
PKG_PRIORITY="required" PKG_PRIORITY="required"
PKG_SECTION="system" PKG_SECTION="system"
PKG_SHORTDESC="systemd: a system and session manager" PKG_SHORTDESC="systemd: a system and session manager"