Skip to content

Commit a50e773

Browse files
committed
chore: change cares and nghttp2 to static
Signed-off-by: Hosung Kim [email protected]
1 parent 29ba33d commit a50e773

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packaging/lwnode.spec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ BuildRequires: pkgconfig(capi-system-system-settings)
3535
BuildRequires: pkgconfig(icu-i18n)
3636
BuildRequires: pkgconfig(icu-uc)
3737
BuildRequires: pkgconfig(glib-2.0)
38-
BuildRequires: nghttp2-devel
39-
BuildRequires: pkgconfig(libcares)
4038

4139
%if (0%{?tizen_version_major} >= 6)
4240
BuildRequires: pkgconfig(openssl1.1)
@@ -129,10 +127,9 @@ echo $CFLAGS
129127
%endif
130128

131129
%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
133131
%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
136133
%endif
137134

138135
# building lwnode executable

0 commit comments

Comments
 (0)