mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Install a call to cl+ssl:reload at image startup time, again.
Testing shows that it's not just debian which needs it, it's always necessary. Just re-add our tweak now. See #866, see #816, see #807, #794.
This commit is contained in:
parent
16dda01f37
commit
e291c502ba
@ -30,10 +30,8 @@
|
||||
;; handles some context and things around loading with CFFI.
|
||||
(cl+ssl:reload)))
|
||||
|
||||
#|
|
||||
#+ccl (push #'open-foreign-libs *lisp-startup-functions*)
|
||||
#+sbcl (push #'open-foreign-libs sb-ext:*init-hooks*)
|
||||
|#
|
||||
|
||||
#+ccl (push #'close-foreign-libs *save-exit-functions*)
|
||||
#+sbcl (push #'close-foreign-libs sb-ext:*save-hooks*)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user