GNU bug report logs - #74938
[PATCH 0/2] Enable plugins for cyrus-sasl and add xoauth2 plugin

Previous Next

Package: guix-patches;

Reported by: reza <reza <at> housseini.me>

Date: Wed, 18 Dec 2024 08:54:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: reza <reza <at> housseini.me>
To: 74938 <at> debbugs.gnu.org <74938 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [bug#74938] [PATCH 1/2] gnu: cyrus-sasl: Add native-search-paths.
Date: Wed, 18 Dec 2024 08:58:42 +0000
* gnu/packages/cyrus-sasl.scm (cyrus-sasl)
  [native-search-paths]: Add 'SASL_PATH'.

Change-Id: I553473c7707480ac422b2c6aa70363ba04f4b1e2
---
 gnu/packages/cyrus-sasl.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/cyrus-sasl.scm b/gnu/packages/cyrus-sasl.scm
index ef408f2dd7..ee8ad14d08 100644
--- a/gnu/packages/cyrus-sasl.scm
+++ b/gnu/packages/cyrus-sasl.scm
@@ -64,6 +64,10 @@ (define-public cyrus-sasl
       ;; ends up doing "ln -s plugin_common.lo plugin_common.o", which can
       ;; fail with EEXIST when building things in parallel.
       #:parallel-build? #f))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "SASL_PATH")
+            (files (list "lib/sasl2")))))
     (synopsis "Simple Authentication Security Layer implementation")
     (description
      "SASL (Simple Authentication Security Layer) is an Internet
-- 
2.46.0





This bug report was last modified 182 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.