gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0.
* gnu/packages/php.scm (php)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/ntp.scm (ntp)[inputs]: Likewise.
This commit is contained in:
parent
5010801676
commit
2104efcddf
2 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ time-stamping or reference clock, sub-microsecond accuracy is possible.")
|
||||||
#t))))
|
#t))))
|
||||||
(native-inputs (list which pkg-config))
|
(native-inputs (list which pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)
|
`(("openssl" ,openssl-1.1)
|
||||||
("libevent" ,libevent)
|
("libevent" ,libevent)
|
||||||
;; Build with POSIX capabilities support on GNU/Linux. This allows 'ntpd'
|
;; Build with POSIX capabilities support on GNU/Linux. This allows 'ntpd'
|
||||||
;; to run as non-root (when invoked with '-u'.)
|
;; to run as non-root (when invoked with '-u'.)
|
||||||
|
|
|
@ -381,7 +381,7 @@
|
||||||
("libzip" ,libzip)
|
("libzip" ,libzip)
|
||||||
("oniguruma" ,oniguruma)
|
("oniguruma" ,oniguruma)
|
||||||
("openldap" ,openldap)
|
("openldap" ,openldap)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl-1.1)
|
||||||
("pcre" ,pcre2)
|
("pcre" ,pcre2)
|
||||||
("postgresql" ,postgresql)
|
("postgresql" ,postgresql)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
|
|
Reference in a new issue