Skip to content

Commit 6026570

Browse files
authored
Remove unused module dependency on tizen build (#1926)
openssl and libcurl are no longer used on tizen platform IoT.js-DCO-1.0-Signed-off-by: Haesik Jun haesik.jun@samsung.com
1 parent e154ebc commit 6026570

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config/tizen/packaging/iotjs.spec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ BuildRequires: pkgconfig(capi-appfw-app-control)
2626
BuildRequires: pkgconfig(bundle)
2727
#BuildRequires: pkgconfig(st_things_sdkapi)
2828

29-
#for https
30-
BuildRequires: openssl-devel
31-
BuildRequires: libcurl-devel
32-
3329
Requires(postun): /sbin/ldconfig
3430
Requires(post): /sbin/ldconfig
3531

@@ -82,7 +78,6 @@ V=1 VERBOSE=1 ./tools/build.py \
8278
--external-lib=capi-appfw-app-control \
8379
--external-lib=appcore-agent \
8480
--external-lib=pthread \
85-
--external-lib=curl \
8681
--external-lib=glib-2.0 \
8782
--external-include-dir=/usr/include/dlog/ \
8883
--external-include-dir=/usr/include/appcore-agent/ \

0 commit comments

Comments
 (0)