native-libs: update openssl build, especially for natipkg
Record a recoganizable dummy path as the default location for certificates.
This commit is contained in:
parent
2637cf4519
commit
2e7d608fb3
|
@ -260,7 +260,14 @@
|
||||||
(list "--host=i686-w64-mingw32")]
|
(list "--host=i686-w64-mingw32")]
|
||||||
[else
|
[else
|
||||||
(list "--host=x86_64-w64-mingw32")])])]
|
(list "--host=x86_64-w64-mingw32")])])]
|
||||||
[else null])))
|
[else null])
|
||||||
|
(case package-name
|
||||||
|
[("openssl")
|
||||||
|
;; Especially for the natipkg build, but it makes sense
|
||||||
|
;; to suppress the path (which records the build location)
|
||||||
|
;; on all platforms:
|
||||||
|
(list "--openssldir=/RACKET_USE_ALT_PATH")]
|
||||||
|
[else null])))
|
||||||
|
|
||||||
(define (merge e1 e2)
|
(define (merge e1 e2)
|
||||||
(define ht
|
(define ht
|
||||||
|
|
Loading…
Reference in New Issue
Block a user