Build with correct OpenSSL version number on Mac and mingw32/64
This is a cosmetic change. OpenSSL picks up the VERSION environment variable when building, which is set to the yubico-piv-tool version number during Travis-CI builds. This overrides it back to the OpenSSL version when building OpenSSL.
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ doit:
|
||||
tar xfa openssl-$(OPENSSLVERSION).tar.gz && \
|
||||
cd openssl-$(OPENSSLVERSION) && \
|
||||
CROSS_COMPILE="$(HOST)-" ./Configure mingw$(64) no-ssl2 no-ssl3 no-engines shared --prefix=$(PWD)/tmp$(ARCH)/root -static-libgcc && \
|
||||
make depend all install_sw && \
|
||||
make depend all install_sw VERSION="$(OPENSSLVERSION)" && \
|
||||
cp LICENSE $(PWD)/tmp$(ARCH)/root/licenses/openssl.txt && \
|
||||
rm -rf $(PWD)/tmp$(ARCH)/root/ssl/ && \
|
||||
rm $(PWD)/tmp$(ARCH)/root/bin/openssl.exe && \
|
||||
|
||||
Reference in New Issue
Block a user