native-libs: update openssl build, especially for natipkg

Record a recoganizable dummy path as the default location for
certificates.
This commit is contained in:
Matthew Flatt 2018-09-11 08:39:52 -06:00
parent 2637cf4519
commit 2e7d608fb3

View File

@ -260,6 +260,13 @@
(list "--host=i686-w64-mingw32")]
[else
(list "--host=x86_64-w64-mingw32")])])]
[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)