curl recipe (includes both the tool and the library).
This commit is contained in:
parent
c4d931b3dc
commit
b1b42b1011
20
curl/recipe.spec
Normal file
20
curl/recipe.spec
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: curl
|
||||||
|
version: 7.65.3
|
||||||
|
release: 1
|
||||||
|
sources: https://curl.haxx.se/download/curl-%{version}.tar.gz
|
||||||
|
build-dependencies: make, openssl-dev
|
||||||
|
|
||||||
|
dirname: %{name}-%{version}
|
||||||
|
@configure
|
||||||
|
cd %{dirname}
|
||||||
|
./configure \
|
||||||
|
--enable-ipv6 \
|
||||||
|
--enable-unix-sockets \
|
||||||
|
--enable-static \
|
||||||
|
--enable-openssl \
|
||||||
|
--without-libidn \
|
||||||
|
--without-libidn2 \
|
||||||
|
--with-nghttp2 \
|
||||||
|
--disable-ldap \
|
||||||
|
--with-pic \
|
||||||
|
--without-libssh2 # https://bugs.alpinelinux.org/issues/10222
|
Reference in New Issue
Block a user