This commit is contained in:
David Tardon 2012-03-06 09:16:03 +01:00
parent 27eb7b93dc
commit 5eb87c7b6a

View file

@ -138,7 +138,7 @@ UNAME=$(shell uname)
.IF "$(COM)"=="GCC" .IF "$(COM)"=="GCC"
PATCH_FILES=opensslmingw.patch PATCH_FILES=opensslmingw.patch
CONFIGURE_ACTION=$(PERL) configure CONFIGURE_ACTION=$(PERL) Configure
CONFIGURE_FLAGS=mingw shared CONFIGURE_FLAGS=mingw shared
INSTALL_ACTION=mv libcrypto.a libcrypto_static.a && mv libcrypto.dll.a libcrypto.a && mv libssl.a libssl_static.a && mv libssl.dll.a libssl.a INSTALL_ACTION=mv libcrypto.a libcrypto_static.a && mv libcrypto.dll.a libcrypto.a && mv libssl.a libssl_static.a && mv libssl.dll.a libssl.a
OUT2LIB = libcrypto_static.* OUT2LIB = libcrypto_static.*