emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#69878: closed ([PATCH] gnu: ccid: Fix cross-compilation.)


From: GNU bug Tracking System
Subject: bug#69878: closed ([PATCH] gnu: ccid: Fix cross-compilation.)
Date: Tue, 02 Apr 2024 18:17:05 +0000

Your message dated Tue, 2 Apr 2024 21:16:24 +0300
with message-id <ZgxLeEqEtiqxG-R4@3900XT>
and subject line Re: [bug#69878] [PATCH] gnu: ccid: Fix cross-compilation.
has caused the debbugs.gnu.org bug report #69878,
regarding [PATCH] gnu: ccid: Fix cross-compilation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69878: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69878
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ccid: Fix cross-compilation. Date: Tue, 19 Mar 2024 02:02:44 +0800
* gnu/packages/security-token.scm (ccid): Fix cross-compilation.

Change-Id: I15c96a57e155742f5a2a8394402ae0fb0563f663
---
 gnu/packages/security-token.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index a1fc058db8..372777c17b 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -105,10 +105,13 @@ (define-public ccid
                 "06bjdswbwcwndsn23rsdhz5a7xqsgb66glqnk9lqzd7qws3l94qk"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
-                                              "/pcsc/drivers"))
+     (list
+      #:configure-flags
+      #~(list (string-append "--enable-usbdropdir="
+                             #$output
+                             "/pcsc/drivers"))
        #:phases
-       (modify-phases %standard-phases
+       #~(modify-phases %standard-phases
          (add-after 'unpack 'patch-Makefile
            (lambda _
              (substitute* "src/Makefile.in"

base-commit: c8556379c3f2d3d095a178858915720f2eebc012
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69878] [PATCH] gnu: ccid: Fix cross-compilation. Date: Tue, 2 Apr 2024 21:16:24 +0300
So it does.  Thanks! Patch pushed.

-- 
Efraim Flashner   <efraim@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


--- End Message ---

reply via email to

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