dfsg-main: openssl: adjust name to match length
This commit is contained in:
parent
ce6c4cb6a5
commit
67ce0d7766
1 changed files with 2 additions and 1 deletions
|
@ -21,9 +21,10 @@
|
|||
|
||||
(define-public openssl-native
|
||||
(package/inherit openssl
|
||||
(name "openssl")
|
||||
(name "ssl-ntv")
|
||||
(arguments
|
||||
`(#:make-flags (list "CFLAGS=-march=native -Wall -O3")
|
||||
;#:configure-flags (list "enable-ec_nistp_64_gcc_128 +-march=native")
|
||||
#:substitutable? #f
|
||||
,@(package-arguments openssl)))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue