mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/systemd to 226-3.1
This commit is contained in:
parent
e9079643b3
commit
d97d2b93c8
1 changed files with 5 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
|||
# Maintainer: Tom Gundersen <teg@jklm.no>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable optimization, currently breaks many things
|
||||
# - disable gold/LTO
|
||||
# - removed makedepend on gnu-efi-libs, --enable-gnuefi configure option
|
||||
|
||||
pkgbase=systemd
|
||||
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
||||
pkgver=226
|
||||
pkgrel=3
|
||||
pkgrel=3.1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
|
||||
|
@ -42,8 +42,9 @@ build() {
|
|||
|
||||
local timeservers=({0..3}.arch.pool.ntp.org)
|
||||
|
||||
CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O0/'` && CXXFLAGS="$CFLAGS"
|
||||
unset CPPFLAGS
|
||||
LDFLAGS+=" -Wl,-fuse-ld=bfd"
|
||||
CFLAGS+=" -fno-lto"
|
||||
CXXFLAGS+=" -fno-lto"
|
||||
|
||||
./configure \
|
||||
--libexecdir=/usr/lib \
|
||||
|
|
Loading…
Reference in a new issue