mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: net-snmp: Omit static library.
* gnu/packages/networking.scm (net-snmp)[arguments]: Add "--disable-static" configure flag.
This commit is contained in:
parent
cc142c91cf
commit
3573e73840
3 changed files with 5 additions and 4 deletions
|
@ -3214,6 +3214,7 @@ Features:
|
|||
(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")))
|
||||
|
|
|
@ -651,7 +651,7 @@ To function properly, this package should not be installed together with the
|
|||
(define-public micropython
|
||||
(package
|
||||
(name "micropython")
|
||||
(version "1.14")
|
||||
(version "1.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -659,7 +659,7 @@ To function properly, this package should not be installed together with the
|
|||
"releases/download/v" version
|
||||
"/micropython-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0k6ri3rxxnnmvcbi7z7x59r21f4vj9dcf9j64jhj1cgazmb62c4p"))
|
||||
(base32 "04sfrfcljhfps340l4wh5ffwkhw1ydraday8nv92nv7gmnrj1l2j"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
|
@ -1235,7 +1235,7 @@ Escape key when Left Control is pressed and released on its own.")
|
|||
(define-public libwacom
|
||||
(package
|
||||
(name "libwacom")
|
||||
(version "1.7")
|
||||
(version "1.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1243,7 +1243,7 @@ Escape key when Left Control is pressed and released on its own.")
|
|||
"libwacom-" version "/libwacom-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0797gc055dgg2jfqijy9823bd83jwr4wb2z9id992qlcr0xmz1rw"))))
|
||||
"14aj4ss1chxxgaprs9sfriia2ch9wj9rqay0ndkzk1m7jx2qrjgn"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-static")))
|
||||
|
|
Loading…
Reference in a new issue