summaryrefslogtreecommitdiff
path: root/core/systemd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/systemd/PKGBUILD')
-rw-r--r--core/systemd/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD
index c828bc755..e25d29d5f 100644
--- a/core/systemd/PKGBUILD
+++ b/core/systemd/PKGBUILD
@@ -5,12 +5,12 @@ pkgbase=systemd
pkgname=('systemd' 'systemd-sysvcompat')
pkgver=208
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.freedesktop.org/wiki/Software/systemd"
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' 'strip' 'debug')
+options=('!libtool' 'strip' 'debug' '!distcc')
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
'initcpio-hook-udev'
'initcpio-install-systemd'
@@ -30,6 +30,8 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
+ [ "$CARCH" = "mips64el" ] && CFLAGS+=" -mno-plt"
+
./configure \
--libexecdir=/usr/lib \
--localstatedir=/var \