From: reza via Guix-patches via <guix-patches@gnu.org>
To: 74938@debbugs.gnu.org <74938@debbugs.gnu.org>
Cc: reza <reza@housseini.me>
Subject: [bug#74938] [PATCH 1/2] gnu: cyrus-sasl: Add native-search-paths.
Date: Wed, 18 Dec 2024 08:58:42 +0000 [thread overview]
Message-ID: <01020193d8fda869-d73cd4ff-442f-45af-99ec-338c1bcab265-000000@eu-west-1.amazonses.com> (raw)
In-Reply-To: <cover.1734511804.git.reza@housseini.me>
* 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
next prev parent reply other threads:[~2024-12-18 9:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1734511804.git.reza@housseini.me>
2024-12-18 8:53 ` [bug#74938] [PATCH 0/2] Enable plugins for cyrus-sasl and add xoauth2 plugin reza via Guix-patches via
[not found] ` <0c257a6fa32e3285988a8ac474cc67cb58f6a08c.1734511804.git.reza@housseini.me>
2024-12-18 8:58 ` reza via Guix-patches via [this message]
[not found] ` <87db700cc361eedb650e084b9c0ae1032eb46f43.1734511804.git.reza@housseini.me>
2024-12-18 8:58 ` [bug#74938] [PATCH 2/2] gnu: Add cyrus-sasl-xoauth2 reza via Guix-patches via
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=01020193d8fda869-d73cd4ff-442f-45af-99ec-338c1bcab265-000000@eu-west-1.amazonses.com \
--to=guix-patches@gnu.org \
--cc=74938@debbugs.gnu.org \
--cc=reza@housseini.me \
/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).