Skip to content

Commit e2711ce

Browse files
committed
cfbuild-libcurl[-hub].spec: removed unrecognized options
``` 11:11:41 configure: WARNING: unrecognized options: --without-axtls, --without-cyassl, --without-egd-socket, --without-libidn, --without-nss, --without-polarssl, --without-winssl ``` Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech> (cherry picked from commit cab431a)
1 parent 179fe57 commit e2711ce

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

deps-packaging/libcurl-hub/cfbuild-libcurl-hub.spec

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,13 @@ mkdir -p %{_builddir}
3232
--disable-ldap \
3333
--disable-ldaps \
3434
--disable-ntlm \
35-
--without-axtls \
36-
--without-cyassl \
37-
--without-egd-socket \
3835
--without-gnutls \
3936
--without-gssapi \
40-
--without-libidn \
4137
--without-libpsl \
4238
--without-librtmp \
4339
--without-libssh2 \
4440
--without-nghttp2 \
45-
--without-nss \
46-
--without-polarssl \
4741
--without-winidn \
48-
--without-winssl \
4942
--prefix=%{prefix} \
5043
CPPFLAGS="-I%{prefix}/include" \
5144
LD_LIBRARY_PATH="%{prefix}/lib" \

deps-packaging/libcurl/cfbuild-libcurl.spec

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,13 @@ mkdir -p %{_builddir}
3232
--disable-ldap \
3333
--disable-ldaps \
3434
--disable-ntlm \
35-
--without-axtls \
36-
--without-cyassl \
37-
--without-egd-socket \
3835
--without-gnutls \
3936
--without-gssapi \
40-
--without-libidn \
4137
--without-libpsl \
4238
--without-librtmp \
4339
--without-libssh2 \
4440
--without-nghttp2 \
45-
--without-nss \
46-
--without-polarssl \
4741
--without-winidn \
48-
--without-winssl \
4942
--prefix=%{prefix} \
5043
CPPFLAGS="-I%{prefix}/include -DAF_LOCAL=AF_UNIX" \
5144
LD_LIBRARY_PATH="%{prefix}/lib" \

0 commit comments

Comments
 (0)