Fixed paralell building issue.

This commit is contained in:
Armin Novak
2016-03-10 21:18:19 +01:00
parent 1feb03d67f
commit cabcf7c479

View File

@@ -47,7 +47,8 @@ function build {
common_run cd $BUILD_SRC
common_run git clean -xdf
common_run ./Configure --openssldir=$DST_DIR $CONFIG shared
common_run make -j build_libs
common_run make depend
common_run make build_libs
if [ ! -d $DST_DIR ];
then