builder: disable building openssl tests

Remove the build_tests dependency from build_all in the openssl makefile
due to a possible build issue on msys2.
This commit is contained in:
Rafael Kitover 2018-11-18 09:03:24 -08:00
parent 9ebc3fc28c
commit a6034ddfa2
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ DIST_RELOCATION_TYPES="$DIST_RELOCATION_TYPES
DIST_PRE_BUILD="$DIST_PRE_BUILD
# xz mkdir -p build-aux; touch build-aux/config.rpath; mkdir -p po; touch po/Makefile.in.in; sed -i.bak 's/ po / /g' Makefile.am;
openssl sed -E -i.bak '/^build_all:/{; s/ build_tests / /; }' Makefile.org;
getopt sed -i.bak 's/\\\$(LDFLAGS)\\(.*\\)\$/\\1 \$(LDFLAGS)/' Makefile;
libicu cd source;
# flex-2.6.3 sed -i.bak '/^'\"\$TAB\"'tests \\\\\$/d' Makefile.am;