GNU bug report logs -
#69878
[PATCH] gnu: ccid: Fix cross-compilation.
Previous Next
Reported by: dan <i <at> dan.games>
Date: Mon, 18 Mar 2024 19:47:03 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#69878: [PATCH] gnu: ccid: Fix cross-compilation.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 69878 <at> debbugs.gnu.org.
--
69878: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69878
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
So it does. Thanks! Patch pushed.
--
Efraim Flashner <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 1 year and 107 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.