systemd: update to systemd-207. disable xattr

This commit is contained in:
Stefan Saraev 2013-09-13 20:40:18 +03:00
parent 448880a143
commit 16d903ed48

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="systemd" PKG_NAME="systemd"
PKG_VERSION="206" PKG_VERSION="207"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
@ -57,7 +57,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
--disable-tcpwrap \ --disable-tcpwrap \
--disable-pam \ --disable-pam \
--disable-acl \ --disable-acl \
--enable-xattr \ --disable-xattr \
--disable-smack \ --disable-smack \
--disable-gcrypt \ --disable-gcrypt \
--disable-audit \ --disable-audit \
@ -72,6 +72,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
--enable-tmpfiles \ --enable-tmpfiles \
--disable-randomseed \ --disable-randomseed \
--enable-logind \ --enable-logind \
--disable-backlight \
--disable-machined \ --disable-machined \
--enable-hostnamed \ --enable-hostnamed \
--enable-timedated \ --enable-timedated \
@ -84,6 +85,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
--disable-manpages \ --disable-manpages \
--disable-tests \ --disable-tests \
--without-python \ --without-python \
--disable-python-devel \
--enable-split-usr \ --enable-split-usr \
--with-firmware-path=/storage/.config/firmware:/lib/firmware \ --with-firmware-path=/storage/.config/firmware:/lib/firmware \
--with-sysvinit-path= \ --with-sysvinit-path= \
@ -100,6 +102,7 @@ pre_make_target() {
post_makeinstall_target() { post_makeinstall_target() {
# remove unneeded stuff # remove unneeded stuff
rm -rf $INSTALL/etc/systemd/system rm -rf $INSTALL/etc/systemd/system
rm -rf $INSTALL/usr/share/zsh
# replace systemd-machine-id-setup with ours # replace systemd-machine-id-setup with ours
mkdir -p $INSTALL/bin mkdir -p $INSTALL/bin