unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: John Darrington <john@darrington.wattle.id.au>
To: guix-devel@gnu.org
Cc: John Darrington <jmd@gnu.org>
Subject: [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure flag.
Date: Sat, 27 Aug 2016 20:19:39 +0200	[thread overview]
Message-ID: <1472321979-10150-4-git-send-email-john@darrington.wattle.id.au> (raw)
In-Reply-To: <1472321979-10150-1-git-send-email-john@darrington.wattle.id.au>

From: John Darrington <jmd@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

  parent reply	other threads:[~2016-08-27 18:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-27 18:19 [PATCH 1/4] gnu: yelp: Update to 3.21.3 John Darrington
2016-08-27 18:19 ` [PATCH 2/4] CoC: Correct punctuation John Darrington
2016-08-28  9:19   ` Efraim Flashner
2016-08-28  9:52     ` John Darrington
2016-08-30  1:52       ` Leo Famulari
2016-08-27 18:19 ` [PATCH 3/4] gnu: Add German Aspell dictionary John Darrington
2016-08-28  9:20   ` Efraim Flashner
2016-08-28 12:41     ` John Darrington
2016-08-29  8:35       ` Alex Kost
2016-08-29 16:50         ` Ludovic Courtès
2016-08-27 18:19 ` John Darrington [this message]
2016-08-28  9:43   ` [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure flag Efraim Flashner
2016-08-28  9:45     ` John Darrington
2016-08-29 16:52       ` Ludovic Courtès
2016-08-29 19:51         ` John Darrington
2016-09-02 13:16 ` [PATCH 1/4] gnu: yelp: Update to 3.21.3 Ludovic Courtès
2016-09-02 14:56   ` John Darrington
2016-09-03 13:57     ` Ludovic Courtès
2016-09-03 14:28       ` John Darrington

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472321979-10150-4-git-send-email-john@darrington.wattle.id.au \
    --to=john@darrington.wattle.id.au \
    --cc=guix-devel@gnu.org \
    --cc=jmd@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).