From 7ceb3f2257e597df6b3ad9d8562ca52aa757a3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 8 Sep 2023 22:52:22 +0700 Subject: [PATCH] apr: switch to archive.apache.org --- srcpkgs/apr/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/apr/template b/srcpkgs/apr/template index e546186592b..de8ca7c0c8f 100644 --- a/srcpkgs/apr/template +++ b/srcpkgs/apr/template @@ -9,7 +9,7 @@ short_desc="Apache Portable Runtime Library" maintainer="Orphaned " license="Apache-2.0" homepage="https://apr.apache.org/" -distfiles="https://www.apache.org/dist/apr/apr-${version}.tar.bz2" +distfiles="https://archive.apache.org/dist/apr/apr-${version}.tar.bz2" checksum=e2e148f0b2e99b8e5c6caa09f6d4fb4dd3e83f744aa72a952f94f5a14436f7ea # Do not redefine struct iovec in include/apr_want.h @@ -24,10 +24,6 @@ if [ "$CROSS_BUILD" ]; then configure_args+=" ac_cv_func_sem_open=sem_open" fi -if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then - LDFLAGS="-latomic" -fi - pre_build() { if [ "$CROSS_BUILD" ]; then vsed -i Makefile \