File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,8 @@ info $toolchain_bin
83
83
export PATH=" ${toolchain_bin} :${cocos_root} /extras/tools/bin:$PATH "
84
84
TARGET=" arm-linux-gnueabi"
85
85
86
- # FIXME: If the Tizen sdk is changeing, the version number might need also be changed
87
- export LDFLAGS=" -L${TIZEN_SDK} /platforms/mobile-2.3/rootstraps/mobile-2.3-device.core/usr/lib"
88
- info " LD FLAGS SELECTED = '${LDFLAGS} '"
86
+ # export LDFLAGS="-L${TIZEN_SDK}/platforms/mobile-2.3/rootstraps/mobile-2.3-device.core/usr/lib"
87
+ # info "LD FLAGS SELECTED = '${LDFLAGS}'"
89
88
90
89
#
91
90
# build 3rd party libraries
Original file line number Diff line number Diff line change @@ -13,8 +13,11 @@ curl: curl-$(CURL_VERSION).tar.gz .sum-curl
13
13
$(UPDATE_AUTOCONFIG )
14
14
$(MOVE )
15
15
16
+ DEPS_curl = zlib $(DEPS_zlib )
16
17
17
- .curl : curl
18
+ DEPS_curl = openssl $(DEPS_openssl )
19
+
20
+ .curl : curl .zlib .openssl
18
21
cd $< && $(HOSTVARS ) ./configure $(HOSTCONF ) \
19
22
--with-ssl \
20
23
--with-zlib \
You can’t perform that action at this time.
0 commit comments