GNU bug report logs - #77350
[PATCH 0/6] More OpenEXR 2 to 3 migration

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sat, 29 Mar 2025 02:11:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 77350 <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: 77350 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH 6/6] gnu: mlt: Do not override LDFLAGS.
Date: Sat, 29 Mar 2025 02:11:36 +0000
* gnu/packages/video.scm (mlt)[arguments]<#:phases>: Remove obsolete
'override-LDFLAGS phase.

Change-Id: Ib34138ab85dab20897d06f08697e99358954050f
---
 gnu/packages/video.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 98a64dd879..d15825dcf7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3907,10 +3907,6 @@ (define-public mlt
       #:tests? #f                       ;requires "Kwalify"
       #:phases
       #~(modify-phases %standard-phases
-          (add-before 'configure 'override-LDFLAGS
-            (lambda _
-              (setenv "LDFLAGS"
-                      (string-append "-Wl,-rpath=" #$output "/lib"))))
           (add-after 'install 'wrap-executable
             (lambda _
               (let* ((frei0r #$(this-package-input "frei0r-plugins"))
-- 
2.49.0





This bug report was last modified 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.