serialize make process to prevent build failures on s390
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam_krb5?expand=0&rev=30
This commit is contained in:
parent
7f11523b96
commit
5382280e17
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 15:24:21 UTC 2014 - ckornacker@suse.com
|
||||
|
||||
- serialize make process to prevent build failures on s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 11:06:38 CEST 2013 - mc@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pam_krb5
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -70,7 +70,7 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE " \
|
||||
--with-default-multiple-ccaches="su su-l" \
|
||||
--with-default-no-cred-session="sshd" \
|
||||
--enable-default-ccname-template=DIR:/run/user/%%U/krb5cc_XXXXXX
|
||||
make %{?jobs:-j%jobs}
|
||||
make -j1
|
||||
make -C po update-po
|
||||
# does not work in the buildservice
|
||||
#make check
|
||||
|
Loading…
Reference in New Issue
Block a user