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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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.