guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: onedrive: Link to all necessary libraries.


From: guix-commits
Subject: branch master updated: gnu: onedrive: Link to all necessary libraries.
Date: Wed, 14 Jun 2023 12:10:03 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cb902d7e1b gnu: onedrive: Link to all necessary libraries.
cb902d7e1b is described below

commit cb902d7e1bcddd6f4223d0c90b134e4728ac2295
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 14 19:06:32 2023 +0300

    gnu: onedrive: Link to all necessary libraries.
    
    Reported by adanska on IRC.
    
    * gnu/packages/sync.scm (onedrive)[arguments]: Remove custom
    'link-to-external-libraries phase to allow linking to more libraries.
---
 gnu/packages/sync.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index 75cd67fd2d..bd9fbab386 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -392,10 +392,6 @@ silently and reliably flow across to every other.")
        #~(list (string-append "CC=" #$(cc-for-target)))
        #:phases
        #~(modify-phases %standard-phases
-         (add-after 'unpack 'link-to-external-libraries
-           (lambda _
-             ;; Only link necessary libraries.
-             (setenv "DCFLAGS" "-L--as-needed")))
          (add-after 'configure 'adjust-makefile
            (lambda _
              (substitute* "Makefile"



reply via email to

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