Add OPENSSL_DIR
env var to support newer versions of hyper
The hyper 0.9.x build scripts now require this variable to be set.
This commit is contained in:
parent
8ac90b66a5
commit
67f9e0c858
|
@ -58,7 +58,8 @@ RUN VERS=1.0.2j && \
|
|||
env C_INCLUDE_PATH=/usr/local/musl/include/ make depend && \
|
||||
make && sudo make install && \
|
||||
cd .. && rm -rf openssl-$VERS.tar.gz openssl-$VERS
|
||||
ENV OPENSSL_INCLUDE_DIR=/usr/local/musl/include/ \
|
||||
ENV OPENSSL_DIR=/usr/local/musl/ \
|
||||
OPENSSL_INCLUDE_DIR=/usr/local/musl/include/ \
|
||||
DEP_OPENSSL_INCLUDE=/usr/local/musl/include/ \
|
||||
OPENSSL_LIB_DIR=/usr/local/musl/lib/ \
|
||||
OPENSSL_STATIC=1
|
||||
|
|
Loading…
Reference in a new issue