Skip to content

Commit

Permalink
link ssl.so in luasec with our own build of openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed Mar 11, 2015
1 parent 10326e9 commit f7bfcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ $(SSL_LIB): $(OPENSSL_LIB)
cp -fL $(OPENSSL_DIR)/$(notdir $(CRYPTO_LIB)) $(CRYPTO_LIB)

$(LUASEC): $(SSL_LIB)
$(MAKE) -C $(LUA_SEC_DIR) CC="$(CC) $(CFLAGS)" LD="$(CC)" \
$(MAKE) -C $(LUA_SEC_DIR) CC="$(CC) $(CFLAGS)" LD="$(CC) -Wl,-rpath,'libs'" \
$(if $(ANDROID),LIBS="-lssl -lcrypto -lluasocket $(CURDIR)/$(LUAJIT_LIB)",) \
INC_PATH="-I$(CURDIR)/$(LUA_DIR)/src -I$(CURDIR)/$(OPENSSL_DIR)/include" \
LIB_PATH="-L$(CURDIR)/$(OPENSSL_DIR)" \
Expand Down

0 comments on commit f7bfcd4

Please sign in to comment.