diff options
Diffstat (limited to 'core/systemd/PKGBUILD')
-rw-r--r-- | core/systemd/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index 8bae20a2b..c79f893e7 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -5,13 +5,13 @@ pkgbase=systemd pkgname=('systemd' 'systemd-sysvcompat') pkgver=197 pkgrel=4 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.freedesktop.org/wiki/Software/systemd" license=('GPL2' 'LGPL2.1' 'MIT') makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 'gobject-introspection' 'gperf' 'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt' 'libmicrohttpd' 'libxslt' 'linux-api-headers' 'pam' 'python' 'quota-tools' 'xz') -options=('!libtool') +options=('!libtool' '!makeflags' '!distcc') source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" '0001-dbus-fix-serialization-of-calendar-timers.patch' 'initcpio-hook-udev' @@ -31,6 +31,8 @@ build() { # hang onto this until we do the /{,s}bin merge patch -Np1 <"$srcdir/use-split-usr-path.patch" + [ "$CARCH" = "mips64el" ] && CFLAGS+=" -mno-plt" + # fix assertion failure when using calendar timers # upstream 3761902e2e120849c283106fd4b78b6adec7367e patch -Np1 <"$srcdir/0001-dbus-fix-serialization-of-calendar-timers.patch" |