~ruther/guix-local

9269ce492576a9fbb5aa39548f03dab9207fb8e9 — Ricardo Wurmus 9 years ago 3154e20
gnu: mit-krb5: Enable parallel build and tests.

* gnu/packages/kerberos.scm (mit-krb5)[arguments]: Enable parallel building
and parallel tests.
1 files changed, 1 insertions(+), 8 deletions(-)

M gnu/packages/kerberos.scm
M gnu/packages/kerberos.scm => gnu/packages/kerberos.scm +1 -8
@@ 57,14 57,7 @@
     `(("bison" ,bison)
       ("perl" ,perl)))
    (arguments
     `(;; Work around "No rule to make target '../../include/gssapi/gssapi.h',
       ;; needed by 'authgss_prot.so'."
       #:parallel-build? #f

       ;; Likewise with tests.
       #:parallel-tests? #f

       ;; XXX: On 32-bit systems, 'kdb5_util' hangs on an fcntl/F_SETLKW call
     `(;; XXX: On 32-bit systems, 'kdb5_util' hangs on an fcntl/F_SETLKW call
       ;; while running the tests in 'src/tests'.
       #:tests? ,(string=? (%current-system) "x86_64-linux")