From 1816111f0e2b5c434e5f5941fffb24df9c239999 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Wed, 4 Sep 2019 13:31:55 +0200 Subject: [PATCH] curl: recipe update --- curl/recipe.spec | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/curl/recipe.spec b/curl/recipe.spec index f5f8db6..3ed96ab 100644 --- a/curl/recipe.spec +++ b/curl/recipe.spec @@ -1,20 +1,20 @@ name: curl version: 7.65.3 -release: 1 +release: 2 sources: https://curl.haxx.se/download/curl-%{version}.tar.gz build-dependencies: make, openssl-dev -dirname: %{name}-%{version} @configure - cd %{dirname} + cd %{name}-%{version} ./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 + --prefix="%{prefix}" \ + --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