Commit 8dea7aae authored by Killian Lufau's avatar Killian Lufau Committed by Thomas Gambier

openssl: INSTALL_PREFIX renamed to DESTDIR, environ ignored

INSTALL_PREFIX has been deprecated in openssl so it was renamed to DESTDIR and uses the
new `make-install-extra` option added here:  nexedi/slapos!524

/cc @tomo @jm 

/reviewed-on nexedi/slapos.package!87
parent 7467cea1
...@@ -38,5 +38,4 @@ environment += ...@@ -38,5 +38,4 @@ environment +=
[openssl] [openssl]
prefix = %(TARGET)s/parts/${:_buildout_section_name_} prefix = %(TARGET)s/parts/${:_buildout_section_name_}
environment += make-install-extra = DESTDIR=%(ROOT)s
INSTALL_PREFIX=%(ROOT)s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment