gnu: net-snmp: Omit static library.

* gnu/packages/networking.scm (net-snmp)[arguments]: Add "--disable-static"
configure flag.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-29 23:36:59 +02:00
parent cc142c91cf
commit 3573e73840
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
3 changed files with 5 additions and 4 deletions

View file

@ -3214,6 +3214,7 @@ (define-public net-snmp
(list (string-append "LDFLAGS=-Wl,-rpath="
(assoc-ref %outputs "out")
"/lib")
"--disable-static"
"--with-logfile=/var/log/snmpd.log"
(string-append "--with-openssl="
(assoc-ref %build-inputs "openssl")))

View file

@ -651,7 +651,7 @@ (define-public python-minimal-wrapper (wrap-python3 python-minimal))
(define-public micropython
(package
(name "micropython")
(version "1.14")
(version "1.15")
(source
(origin
(method url-fetch)
@ -659,7 +659,7 @@ (define-public micropython
"releases/download/v" version
"/micropython-" version ".tar.xz"))
(sha256
(base32 "0k6ri3rxxnnmvcbi7z7x59r21f4vj9dcf9j64jhj1cgazmb62c4p"))
(base32 "04sfrfcljhfps340l4wh5ffwkhw1ydraday8nv92nv7gmnrj1l2j"))
(modules '((guix build utils)))
(snippet
'(begin

View file

@ -1235,7 +1235,7 @@ (define-public xcape
(define-public libwacom
(package
(name "libwacom")
(version "1.7")
(version "1.10")
(source (origin
(method url-fetch)
(uri (string-append
@ -1243,7 +1243,7 @@ (define-public libwacom
"libwacom-" version "/libwacom-" version ".tar.bz2"))
(sha256
(base32
"0797gc055dgg2jfqijy9823bd83jwr4wb2z9id992qlcr0xmz1rw"))))
"14aj4ss1chxxgaprs9sfriia2ch9wj9rqay0ndkzk1m7jx2qrjgn"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-static")))