guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dante: Disable preloading to make 'sockd' work.


From: ???
Subject: 01/01: gnu: dante: Disable preloading to make 'sockd' work.
Date: Sat, 25 Aug 2018 04:41:50 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 7789bf953133e7537947989c0ad541ffc3fb7c03
Author: 宋文武 <address@hidden>
Date:   Sat Aug 25 16:34:43 2018 +0800

    gnu: dante: Disable preloading to make 'sockd' work.
    
    * gnu/packages/networking.scm (dante)[arguments]: Pass '--disable-preload'
    to #:configure-flags.
---
 gnu/packages/networking.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 16da879..95cdd5c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2191,6 +2191,11 @@ and check if the WLAN key or the master key was 
transmitted unencrypted.")
         (base32
          "19rqzj167q73ag20zxpvswhkk0bj56r5maf83v5016sw7vrcz5sc"))))
     (build-system gnu-build-system)
+    (arguments
+     ;; XXX: The dynamic socks library doesn't work with 'libc.so' (GNU ld
+     ;; script).  When preloading is enabled, 'sockd' failed with:
+     ;;    … Failed to open library "libc.so": …: invalid ELF header
+     '(#:configure-flags '("--disable-preload")))
     (home-page "https://www.inet.no/dante/";)
     (synopsis "SOCKS server and client")
     (description "Dante is a SOCKS client and server implementation.  It can



reply via email to

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