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

* gnu/packages/networking.scm (dante)[arguments]: Pass '--disable-preload'
to #:configure-flags.
master
宋文武 2018-08-25 16:34:43 +08:00
parent 36a8d5cdf4
commit 7789bf9531
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 5 additions and 0 deletions

View File

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