On Sat, Aug 27, 2016 at 08:19:39PM +0200, John Darrington wrote:
> From: John Darrington <j...@gnu.org>
> 
> * gnu/packages/onc-rpc.scm (libtirpc)[arguments]: Remove the --disable-gssapi
> configure flag.
> [inputs]: Add mit-krb5
> ---
>  gnu/packages/onc-rpc.scm | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
> index d9b2f9d..d5858e8 100644
> --- a/gnu/packages/onc-rpc.scm
> +++ b/gnu/packages/onc-rpc.scm
> @@ -20,6 +20,7 @@
>    #:use-module (guix licenses)
>    #:use-module (guix packages)
>    #:use-module (guix download)
> +  #:use-module (gnu packages mit-krb5)
>    #:use-module (guix build-system gnu))
>  
>  (define-public libtirpc
> @@ -36,16 +37,14 @@
>                  "18a337wa4amf0k21wnimp3yzs5l3cxqndz4x3x8bm993zhfy5hs5"))))
>      (build-system gnu-build-system)
>      (arguments
> -     '(;; Doesn't work with GNU GSS.
> -       #:configure-flags '("--disable-gssapi")
> -
> -       #:phases (alist-cons-after
> +     '(#:phases (alist-cons-after
>                   'unpack 'remote-dangling-symlink
>                   (lambda _
>                     ;; Remote the dangling symlinks since it breaks the
>                     ;; 'patch-source-shebangs' file tree traversal.
>                     (delete-file "INSTALL"))
>                   %standard-phases)))
> +    (inputs `(("mit-krb5" ,mit-krb5)))
>      (home-page "http://sourceforge.net/projects/libtirpc/";)
>      (synopsis "Transport-independent Sun/ONC RPC implementation")
>      (description
> -- 
> 2.1.4
> 

Has the issue with GNU GSS been fixed? Also, this would be a good time
to switch to modify-phases while you're already touching the package.

-- 
Efraim Flashner   <efr...@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature

Reply via email to