me
/
guix
Archived
1
0
Fork 0

gnu: OpenSSL: Remove obsolete phase.

* gnu/packages/tls.scm (openssl)[arguments]: Remove 'make-libraries-writable' phase.
master
Marius Bakke 2019-02-18 18:49:15 +01:00
parent 128c82bb39
commit 3f544cf207
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 10 deletions

View File

@ -318,16 +318,6 @@ required structures.")
"/share/openssl-" ,version)
(string-append "--prefix=" out)))))
(add-after
'install 'make-libraries-writable
(lambda* (#:key outputs #:allow-other-keys)
;; Make libraries writable so that 'strip' does its job.
(let ((out (assoc-ref outputs "out")))
(for-each (lambda (file)
(chmod file #o644))
(find-files (string-append out "/lib")
"\\.so"))
#t)))
(add-after 'install 'move-static-libraries
(lambda* (#:key outputs #:allow-other-keys)
;; Move static libraries to the "static" output.