summaryrefslogtreecommitdiffstats
path: root/src/openssl.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2015-02-04 16:53:36 (GMT)
committerMark Brand <mabrand@mabrand.nl>2015-02-04 16:58:50 (GMT)
commit6d9755682567968d5f7bdbd10bf436fbd157801a (patch)
treecc61655bf131fc5585786641faba52803e682125 /src/openssl.mk
parentd19c724cbc2b005d0940facb3a10f2a58c674678 (diff)
downloadmxe-6d9755682567968d5f7bdbd10bf436fbd157801a.zip
mxe-6d9755682567968d5f7bdbd10bf436fbd157801a.tar.gz
mxe-6d9755682567968d5f7bdbd10bf436fbd157801a.tar.bz2
directly include necessary .cmake files
These are needed by cmake projects using openssl. Originally these files were installed by openssl, but it makes more sense just to include them in MXE's repo. The files come from cmake version 3.0.2. FindOpenSSL.cmake includes a compatibility fix for openssl 1.0.2 taken from https://github.com/Homebrew/homebrew/pull/36361/files. Reverts: 01af85c openssl: really fix the cmake problem 4259259 openssl: supply updated FindOpenSSL.cmake
Diffstat (limited to 'src/openssl.mk')
-rw-r--r--src/openssl.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/openssl.mk b/src/openssl.mk
index 77b21a4..cafa693 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -30,10 +30,6 @@ define $(PKG)_BUILD
RANLIB='$(TARGET)-ranlib' \
AR='$(TARGET)-ar rcu' \
CROSS_COMPILE='$(TARGET)-'
- $(INSTALL) -m644 '$(1)/FindOpenSSL.cmake' '$(PWD)/src/cmake/'
- $(INSTALL) -m644 '$(1)/FindPackageHandleStandardArgs.cmake' '$(PWD)/src/cmake/'
- $(INSTALL) -m644 '$(1)/CMakeParseArguments.cmake' '$(PWD)/src/cmake/'
- $(INSTALL) -m644 '$(1)/FindPackageMessage.cmake' '$(PWD)/src/cmake/'
endef
$(PKG)_BUILD_i686-w64-mingw32 = $(subst @openssl-target@,mingw,$($(PKG)_BUILD))