guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: OpenSSL: Remove obsolete phase.


From: guix-commits
Subject: 01/05: gnu: OpenSSL: Remove obsolete phase.
Date: Sat, 23 Feb 2019 15:25:54 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 3f544cf207b1d7aafdb500b26900fcba4cfe8fa4
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 18 18:49:15 2019 +0100

    gnu: OpenSSL: Remove obsolete phase.
    
    * gnu/packages/tls.scm (openssl)[arguments]: Remove 
'make-libraries-writable' phase.
---
 gnu/packages/tls.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index f4ae7fb..8813083 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -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.



reply via email to

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