apr-util: changed download URL.
This commit is contained in:
parent
109521ef7f
commit
1b1e6b3fd7
@ -54,12 +54,12 @@ host_install()
|
|||||||
|
|
||||||
target_install()
|
target_install()
|
||||||
{
|
{
|
||||||
# Libs:
|
# Libs:
|
||||||
for f in "$cfg_dir_toolchain_sysroot/usr/lib/libaprutil"*".so"*; do
|
for f in "$cfg_dir_toolchain_sysroot/usr/lib/libaprutil"*".so"*; do
|
||||||
if [ -L "$f" ]; then
|
if [ -L "$f" ]; then
|
||||||
$cmd_cp "$f" "$cfg_dir_rootfs/usr/lib"
|
$cmd_cp "$f" "$cfg_dir_rootfs/usr/lib"
|
||||||
else
|
else
|
||||||
$cmd_target_strip -v "$f" -o "$cfg_dir_rootfs/usr/lib/$(basename "$f")"
|
$cmd_target_strip -v "$f" -o "$cfg_dir_rootfs/usr/lib/$(basename "$f")"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ version=\
|
|||||||
|
|
||||||
url=\
|
url=\
|
||||||
(
|
(
|
||||||
"ftp://cis.uniroma2.it/unix/packages/APACHE/apr/apr-util-${version}.tar.bz2"
|
"http://www.eu.apache.org/dist/apr/apr-util-$version.tar.bz2"
|
||||||
)
|
)
|
||||||
|
|
||||||
md5=\
|
md5=\
|
||||||
@ -20,25 +20,25 @@ requires=\
|
|||||||
|
|
||||||
configure()
|
configure()
|
||||||
{
|
{
|
||||||
cd apr-util-${version}
|
cd apr-util-${version}
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="${cfg_dir_toolchain_sysroot}/usr" \
|
--prefix="${cfg_dir_toolchain_sysroot}/usr" \
|
||||||
--target="${cfg_target_canonical}" \
|
--target="${cfg_target_canonical}" \
|
||||||
--host="${cfg_target_canonical}" \
|
--host="${cfg_target_canonical}" \
|
||||||
--build="${cfg_host_canonical}" \
|
--build="${cfg_host_canonical}" \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--without-pgsql \
|
--without-pgsql \
|
||||||
--without-sqlite2 \
|
--without-sqlite2 \
|
||||||
--without-sqlite3 \
|
--without-sqlite3 \
|
||||||
--with-apr="${cfg_dir_toolchain_sysroot}/usr" \
|
--with-apr="${cfg_dir_toolchain_sysroot}/usr" \
|
||||||
--with-expat=builtin \
|
--with-expat=builtin \
|
||||||
ac_cv_file__dev_zero=yes \
|
ac_cv_file__dev_zero=yes \
|
||||||
ac_cv_func_setpgrp_void=yes \
|
ac_cv_func_setpgrp_void=yes \
|
||||||
apr_cv_tcp_nodelay_with_cork=no \
|
apr_cv_tcp_nodelay_with_cork=no \
|
||||||
apr_cv_process_shared_works=no \
|
apr_cv_process_shared_works=no \
|
||||||
apr_cv_mutex_robust_shared=no \
|
apr_cv_mutex_robust_shared=no \
|
||||||
ac_cv_sizeof_struct_iovec=8
|
ac_cv_sizeof_struct_iovec=8
|
||||||
}
|
}
|
||||||
|
|
||||||
build()
|
build()
|
||||||
@ -53,12 +53,12 @@ host_install()
|
|||||||
|
|
||||||
target_install()
|
target_install()
|
||||||
{
|
{
|
||||||
# Libs: @todo
|
# Libs: @todo
|
||||||
for f in "$cfg_dir_toolchain_sysroot/usr/lib/"libaprutil-*; do
|
for f in "$cfg_dir_toolchain_sysroot/usr/lib/"libaprutil-*; do
|
||||||
if [ -L "$f" ]; then
|
if [ -L "$f" ]; then
|
||||||
$cmd_cp "$f" "$cfg_dir_rootfs/usr/lib"
|
$cmd_cp "$f" "$cfg_dir_rootfs/usr/lib"
|
||||||
else
|
else
|
||||||
$cmd_target_strip -v "$f" -o "$cfg_dir_rootfs/usr/lib/$(basename "$f")"
|
$cmd_target_strip -v "$f" -o "$cfg_dir_rootfs/usr/lib/$(basename "$f")"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user