Commit c9c1322f authored by Łukasz Nowak's avatar Łukasz Nowak

component/curl: Version up 8.11.0

Expose pkgconfig configuration so that other parts can easily fetch it.

See https://bugs-devel.debian.org/cgi-bin/bugreport.cgi?bug=1077190
parent 91658813
...@@ -20,8 +20,8 @@ parts = ...@@ -20,8 +20,8 @@ parts =
[curl] [curl]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://curl.se/download/curl-8.6.0.tar.xz url = https://curl.se/download/curl-8.11.0.tar.xz
md5sum = 8f28f7e08c91cc679a45fccf66184fbc md5sum = 49dd886ac84ed3de693464f78f1ee926
configure-options = configure-options =
--disable-static --disable-static
--disable-ech --disable-ech
...@@ -72,9 +72,10 @@ OPENSSL = ${openssl:location} ...@@ -72,9 +72,10 @@ OPENSSL = ${openssl:location}
PKG_CONFIG_PATH = PKG_CONFIG_PATH =
WITH = WITH =
pkgconfig = ${:OPENSSL}/lib/pkgconfig:${nghttp2:location}/lib/pkgconfig:${libidn2:location}/lib/pkgconfig:${zstd:location}/lib/pkgconfig${:PKG_CONFIG_PATH}
environment = environment =
PATH=${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s PATH=${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${:OPENSSL}/lib/pkgconfig:${nghttp2:location}/lib/pkgconfig:${libidn2:location}/lib/pkgconfig${:PKG_CONFIG_PATH} PKG_CONFIG_PATH=${:pkgconfig}
LDFLAGS=-Wl,-rpath=${libidn2:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${:OPENSSL}/lib -Wl,-rpath=${nghttp2:location}/lib -Wl,-rpath=${zstd:location}/lib ${:LDFLAGS} LDFLAGS=-Wl,-rpath=${libidn2:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${:OPENSSL}/lib -Wl,-rpath=${nghttp2:location}/lib -Wl,-rpath=${zstd:location}/lib ${:LDFLAGS}
[curl-http3] [curl-http3]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment