Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / curl
Commits: 1963701a by Christian Hesse at 2024-12-11T21:59:28+01:00 upgpkg: 8.11.1-2: disable support for eventfd https://github.com/curl/curl/issues/15725 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = curl pkgdesc = command line tool and library for transferring data with URLs pkgver = 8.11.1 - pkgrel = 1 + pkgrel = 2 url = https://curl.se/ arch = x86_64 license = MIT ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgbase=curl pkgname=(curl libcurl-compat libcurl-gnutls) pkgver=8.11.1 -pkgrel=1 +pkgrel=2 pkgdesc='command line tool and library for transferring data with URLs' arch=('x86_64') url='https://curl.se/' @@ -74,6 +74,9 @@ build() { --with-libssh2 --with-random='/dev/urandom' --with-ca-bundle='/etc/ssl/certs/ca-certificates.crt' + + # https://github.com/curl/curl/issues/15725 + ac_cv_func_eventfd=no ) mkdir build-curl{,-compat,-gnutls} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/commit/1963701abfc6e9f20db4052c629fc842413828b2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/commit/1963701abfc6e9f20db4052c629fc842413828b2 You're receiving this email because of your account on gitlab.archlinux.org.