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
parent
4e60cbe5bb
commit
cb902d7e1b
|
@ -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"
|
||||
|
|
Reference in New Issue