mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
apr: switch to archive.apache.org
This commit is contained in:
parent
ebf50792df
commit
7ceb3f2257
1 changed files with 1 additions and 5 deletions
|
@ -9,7 +9,7 @@ short_desc="Apache Portable Runtime Library"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue