diff options
| author | Yurii Kolesnykov <yurikoles@gmail.com> | 2017-01-16 11:50:55 +0300 |
|---|---|---|
| committer | Yurii Kolesnykov <yurikoles@gmail.com> | 2017-01-16 11:55:55 +0300 |
| commit | b72b01bb7eb2f8a3e7ff07f5cff3afeb68a6d84d (patch) | |
| tree | e2fb6a70a36ce458e2b999a575092c22116f0617 /PKGBUILD | |
| parent | a0e20679cac7ccf17a988c595e7be3a5966c38c7 (diff) | |
| download | systemd-git-b72b01bb7eb2f8a3e7ff07f5cff3afeb68a6d84d.tar.gz systemd-git-b72b01bb7eb2f8a3e7ff07f5cff3afeb68a6d84d.tar.bz2 | |
disable ccache and distcc
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ pkgbase=systemd-git pkgname=('systemd-git' 'libsystemd-git' 'systemd-sysvcompat-git') pkgdesc="systemd from git" -pkgver=232.r485.g4b2419165 +pkgver=232.r595.g8171bcc70 pkgrel=1 branch='master' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt' 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers' 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git') -options=('strip') +options=('strip' '!distcc' '!ccache') source=("systemd-git::git://github.com/systemd/systemd.git#branch=${branch}" 'initcpio-hook-udev' 'initcpio-install-systemd' |
