guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure fla


From: John Darrington
Subject: Re: [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure flag.
Date: Sun, 28 Aug 2016 11:45:35 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On Sun, Aug 28, 2016 at 12:43:00PM +0300, Efraim Flashner wrote:
     On Sat, Aug 27, 2016 at 08:19:39PM +0200, John Darrington wrote:
     > From: John Darrington <address@hidden>
     > 
     > * 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.

I'm not aware of any issue with GNU GSS which needs to be fixed.  It is not
an input to this package.  I don't think there is any connection.

I'll have a look to see if modify-phases makes things simpler.

J'
     
-- 
Avoid eavesdropping.  Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]