Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions curl.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external curl 7.70.0
### RPM external curl 7.79.0
Source: http://curl.haxx.se/download/%{n}-%{realversion}.tar.gz
Requires: zlib

Expand All @@ -20,7 +20,8 @@ esac
--with-zlib=${ZLIB_ROOT} \
--without-nss \
--without-libssh2 \
--with-gssapi=${KERBEROS_ROOT}
--with-gssapi=${KERBEROS_ROOT} \
--with-openssl

make %{makeprocesses}

Expand Down