diff options
author | wsnipex <wsnipex@a1.net> | 2014-11-07 15:16:02 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2015-01-10 18:40:30 +0100 |
commit | 06888bd10b40a82b985a882f1a6e490c6d57d587 (patch) | |
tree | 27b732ff99758dcd31417442063b51ae8d8eb519 /tools/depends/native/cmake-native | |
parent | 9487cb3663b56c4a6f266ba538889430af15e13c (diff) |
[depends] build cmake with ssl support by using system curl
Diffstat (limited to 'tools/depends/native/cmake-native')
-rw-r--r-- | tools/depends/native/cmake-native/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/cmake-native/Makefile b/tools/depends/native/cmake-native/Makefile index c925958a7e..45f1249a05 100644 --- a/tools/depends/native/cmake-native/Makefile +++ b/tools/depends/native/cmake-native/Makefile @@ -11,7 +11,7 @@ ARCHIVE=$(SOURCE).tar.gz SETENV=CC=$(CC_FOR_BUILD) CXX=$(CXX_FOR_BUILD) LD=$(LD_FOR_BUILD) CFLAGS=$(NATIVE_CFLAGS) \ CXXFLAGS=$(NATIVE_CXXFLAGS) LDFLAGS=$(NATIVE_LDFLAGS) -CONFIGURE=./bootstrap --prefix=$(NATIVEPREFIX) +CONFIGURE=./bootstrap --prefix=$(NATIVEPREFIX) --system-curl APP=$(PLATFORM)/bin/$(APPNAME) |