me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-06-14 19:06:32 +03:00
parent 4e60cbe5bb
commit cb902d7e1b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 4 deletions

View File

@ -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"