Skip to content

Commit

Permalink
Makefile: set env variable for luaossl
Browse files Browse the repository at this point in the history
This is a fix to build luaossl with OpenSSL 1.1.1.

Related issue: wahern/luaossl#175

Signed-off-by: Eloy Coto <[email protected]>
  • Loading branch information
eloycoto committed Feb 28, 2020
1 parent 3616bc4 commit dd3b6dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ $(S2I_CONTEXT)/Roverfile.lock : $(S2I_CONTEXT)/Roverfile $(S2I_CONTEXT)/apicast-
$(ROVER) lock --roverfile=$(S2I_CONTEXT)/Roverfile

lua_modules: $(ROVER) $(S2I_CONTEXT)/Roverfile.lock
# https://github.com/wahern/luaossl/issues/175
export HAVE_EVP_KDF_CTX=1
$(ROVER) install --roverfile=$(S2I_CONTEXT)/Roverfile > /dev/null

lua_modules/bin/rover:
Expand Down

0 comments on commit dd3b6dc

Please sign in to comment.