File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ BuildRequires: pkgconfig(capi-system-system-settings)
35
35
BuildRequires: pkgconfig(icu-i18n)
36
36
BuildRequires: pkgconfig(icu-uc)
37
37
BuildRequires: pkgconfig(glib-2.0)
38
- BuildRequires: nghttp2-devel
39
- BuildRequires: pkgconfig(libcares)
40
38
41
39
%if (0%{?tizen_version_major } >= 6)
42
40
BuildRequires: pkgconfig(openssl1.1)
@@ -129,10 +127,9 @@ echo $CFLAGS
129
127
%endif
130
128
131
129
%if (0%{?tizen_version_major } == 4) && (0%{?tizen_version_minor } == 0)
132
- %define external_libs_config --nopt --shared-zlib --nopt --shared-cares
130
+ %define external_libs_config --nopt --shared-zlib
133
131
%else
134
- %define external_libs_config --nopt --shared-zlib --nopt --shared-cares \\\
135
- --nopt --shared-openssl --nopt --shared-nghttp2
132
+ %define external_libs_config --nopt --shared-zlib --nopt --shared-openssl
136
133
%endif
137
134
138
135
# building lwnode executable
You can’t perform that action at this time.
0 commit comments