Skip to content

Commit

Permalink
fix occasional travis fail when building openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed May 31, 2014
1 parent 1d67792 commit 375d538
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 @@ -305,7 +305,7 @@ $(OPENSSL_LIB):
cd $(OPENSSL_DIR) && \
$(if $(EMULATE_READER),./config,./Configure linux-generic32) \
shared no-asm && $(MAKE) -j$(PROCESSORS) CC="$(CC) $(CFLAGS)" \
LD=$(LD) RANLIB=$(RANLIB) SHLIB_EXT=.so LIBVERSION="" \
LD=$(LD) RANLIB=$(RANLIB) LIBVERSION="" \
build_crypto build_ssl

$(LUASEC): $(OPENSSL_LIB)
Expand Down

0 comments on commit 375d538

Please sign in to comment.