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 137f6f714..de4f4f2b2 100644
--- a/core/systemd/PKGBUILD
+++ b/core/systemd/PKGBUILD
@@ -5,13 +5,13 @@ pkgbase=systemd
pkgname=('systemd' 'systemd-sysvcompat')
pkgver=201
pkgrel=1
-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"
'initcpio-hook-udev'
'initcpio-install-udev'
@@ -33,6 +33,8 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
+ [ "$CARCH" = "mips64el" ] && CFLAGS+=" -mno-plt"
+
./configure \
--enable-static \
--libexecdir=/usr/lib \