systemd: update to v208-stable 722b700.
This commit is contained in:
parent
61505bad56
commit
9b2ab175b9
|
@ -6,7 +6,7 @@ unset -f libudev_package libudev-devel_package post_install
|
||||||
|
|
||||||
pkgname=libgudev
|
pkgname=libgudev
|
||||||
version=208
|
version=208
|
||||||
revision=8
|
revision=10
|
||||||
|
|
||||||
configure_args+=" --enable-gudev --with-python"
|
configure_args+=" --enable-gudev --with-python"
|
||||||
hostmakedepends+=" glib-devel python-devel"
|
hostmakedepends+=" glib-devel python-devel"
|
||||||
|
|
|
@ -2,12 +2,13 @@
|
||||||
#
|
#
|
||||||
# We use the v208 stable branch, which is the branch that does not use IFUNC.
|
# We use the v208 stable branch, which is the branch that does not use IFUNC.
|
||||||
_gitbranch="v208-stable"
|
_gitbranch="v208-stable"
|
||||||
_gitcommit="bae1169dbfc807f7294c5ca18229a59976aa828f"
|
_gitcommit="722b7000a9973c9f3460fd5c41dfd613041a0976"
|
||||||
|
_gitshort="${_gitcommit:0:7}"
|
||||||
|
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=208
|
version=208
|
||||||
revision=9
|
revision=10
|
||||||
short_desc="A system and service manager for Linux"
|
short_desc="A system and service manager for Linux (${_gitbranch} ${_gitshort})"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
license="LGPL-2.1, GPL-2, MIT"
|
license="LGPL-2.1, GPL-2, MIT"
|
||||||
|
@ -17,8 +18,7 @@ configure_args="--libexecdir=/usr/lib --with-rootprefix=/usr
|
||||||
--disable-selinux --with-sysvinit-path= --with-sysvrcnd-path=
|
--disable-selinux --with-sysvinit-path= --with-sysvrcnd-path=
|
||||||
--with-rc-local-script-path-start= --with-rc-local-script-path-stop=
|
--with-rc-local-script-path-start= --with-rc-local-script-path-stop=
|
||||||
--disable-audit --disable-static --disable-ima --disable-gudev
|
--disable-audit --disable-static --disable-ima --disable-gudev
|
||||||
--disable-introspection --without-python
|
--disable-introspection --without-python"
|
||||||
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr"
|
|
||||||
|
|
||||||
hostmakedepends="automake gettext-devel libtool which pkg-config
|
hostmakedepends="automake gettext-devel libtool which pkg-config
|
||||||
intltool gperf libxslt docbook-xsl libgcrypt-devel"
|
intltool gperf libxslt docbook-xsl libgcrypt-devel"
|
||||||
|
|
Loading…
Reference in New Issue