GNU bug report logs -
#71158
[PATCH] gnu: tr7: Correct library path.
Previous Next
To reply to this bug, email your comments to 71158 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#71158
; Package
guix
.
(Fri, 24 May 2024 00:41:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Antero Mejr <mail <at> antr.me>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Fri, 24 May 2024 00:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/scheme.scm (tr7)[arguments]: Update configure phase.
Change-Id: I543bb960b52a996912a2e820c83746866902bbb4
---
gnu/packages/scheme.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index a91a2d693d..b357529d7c 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -882,7 +882,10 @@ (define-public tr7
(("PREFIX = /usr/local")
(string-append "PREFIX=" #$output))
(("ALL = \\$\\(LIBSTA\\) \\$\\(TR7I\\) tags")
- "ALL = $(LIBSTA) $(TR7I)"))))
+ "ALL = $(LIBSTA) $(TR7I)")
+ (("-DDEFLIBPATH='\"\\$\\(PWD\\)/tr7libs\"'")
+ (string-append "-DDEFLIBPATH='\""
+ #$output "/share/tr7/libs" "\"'")))))
(replace 'build
(lambda _
(setenv "CC" #$(cc-for-target))
base-commit: 9901416233867233192b63fde7f616751127b189
--
2.41.0
This bug report was last modified 293 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.