2008-10-21 05:27:22 +02:00
|
|
|
# Template file for 'glibc'
|
|
|
|
pkgname=glibc
|
2011-10-12 14:10:16 +02:00
|
|
|
version=2.14.1
|
2011-10-25 13:03:03 +02:00
|
|
|
revision=2
|
2010-05-11 12:51:58 +02:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
|
2008-10-21 05:27:22 +02:00
|
|
|
short_desc="The GNU C library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-30 08:46:57 +02:00
|
|
|
homepage="http://www.gnu.org/software/libc"
|
|
|
|
license="GPL-2, LGPL-2.1, BSD"
|
2011-10-12 14:10:16 +02:00
|
|
|
checksum=6e85a2fa3ebe6b28103361f09d27eeda37a021f24dab73f34064456d5a715b3b
|
2008-10-21 05:27:22 +02:00
|
|
|
long_desc="
|
|
|
|
The GNU C Library is the standard system C library for all GNU systems,
|
|
|
|
and is an important part of what makes up a GNU system. It provides the
|
|
|
|
system API for all programs written in C and C-compatible languages such
|
|
|
|
as C++ and Objective C; the runtime facilities of other programming
|
|
|
|
languages use the C library to access the underlying operating system."
|
2008-10-21 05:30:10 +02:00
|
|
|
|
2010-01-10 17:11:50 +01:00
|
|
|
# Don't check for deps here
|
|
|
|
ignore_vdeps_dir="/usr/lib/gconv"
|
2011-07-06 08:16:56 +02:00
|
|
|
bootstrap=yes
|
2009-10-21 14:28:57 +02:00
|
|
|
conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf"
|
2009-12-07 15:40:29 +01:00
|
|
|
subpackages="glibc-devel glibc-locales nscd"
|
2009-02-24 07:13:11 +01:00
|
|
|
|
2011-06-23 03:22:24 +02:00
|
|
|
Add_dependency run base-files
|
2011-02-02 17:48:18 +01:00
|
|
|
Add_dependency run libgcc
|
|
|
|
Add_dependency run glibc-locales
|
|
|
|
Add_dependency build gcc
|
|
|
|
Add_dependency build kernel-libc-headers
|
2008-10-27 06:12:30 +01:00
|
|
|
|
2011-07-06 17:41:42 +02:00
|
|
|
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
|
|
|
Add_dependency build coreutils
|
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build texinfo
|
|
|
|
Add_dependency build gawk
|
|
|
|
Add_dependency build sed
|
2011-07-06 17:48:09 +02:00
|
|
|
Add_dependency build perl ">=0"
|
2011-07-06 17:41:42 +02:00
|
|
|
fi
|
|
|
|
|
2011-02-02 17:48:18 +01:00
|
|
|
do_build()
|
2008-10-27 06:12:30 +01:00
|
|
|
{
|
2011-02-02 17:48:18 +01:00
|
|
|
local cflags
|
|
|
|
|
|
|
|
mkdir build && cd build
|
|
|
|
echo "slibdir=/lib" > configparms
|
|
|
|
|
|
|
|
# Build with -mno-tls-direct-seg-refs to avoid performance problems
|
|
|
|
# with Xen on x86 32bit.
|
|
|
|
if [ "${xbps_machine}" = "i686" ]; then
|
|
|
|
cflags="-mno-tls-direct-seg-refs -march=${xbps_machine%%-*}"
|
|
|
|
cflags="$cflags -mtune=generic"
|
2008-11-21 17:12:07 +01:00
|
|
|
fi
|
2011-02-02 17:48:18 +01:00
|
|
|
cflags="$XBPS_CFLAGS $cflags"
|
|
|
|
echo "CFLAGS=$cflags" >> configparms
|
|
|
|
|
|
|
|
SHELL=/bin/bash ../configure --prefix=/usr --with-tls \
|
2011-10-25 13:03:03 +02:00
|
|
|
--enable-add-ons --enable-multi-arch \
|
2011-05-30 08:46:57 +02:00
|
|
|
--enable-bind-now --enable-kernel=2.6.27 \
|
2011-02-02 17:48:18 +01:00
|
|
|
--enable-stack-guard-randomization --disable-profile \
|
|
|
|
--without-cvs --without-gd --libexecdir=/usr/lib \
|
|
|
|
--libdir=/usr/lib --with-headers=${XBPS_MASTERDIR}/usr/include
|
|
|
|
|
|
|
|
make ${makejobs}
|
2008-10-27 06:12:30 +01:00
|
|
|
}
|
|
|
|
|
2011-02-02 17:48:18 +01:00
|
|
|
do_install()
|
2008-10-27 06:12:30 +01:00
|
|
|
{
|
2009-03-11 06:31:56 +01:00
|
|
|
# Create DESTDIR/etc/ld.so.conf
|
|
|
|
mkdir -p ${DESTDIR}/etc
|
2010-05-11 12:51:58 +02:00
|
|
|
echo "include /etc/ld.so.conf.d/*.conf" > ${DESTDIR}/etc/ld.so.conf
|
2008-10-27 06:12:30 +01:00
|
|
|
|
2011-10-12 14:10:16 +02:00
|
|
|
cd ${wrksrc}/build
|
|
|
|
make SHELL=/bin/bash install_root=${DESTDIR} install
|
|
|
|
|
|
|
|
# create /etc/default/libc-locales
|
|
|
|
vinstall ${FILESDIR}/libc-locales 644 etc/default
|
|
|
|
cp ${wrksrc}/localedata/SUPPORTED ${wrksrc}/build
|
|
|
|
sed -i -e "s|/| |g" \
|
|
|
|
-e 's|\\| |g' \
|
|
|
|
-e "s|SUPPORTED-LOCALES=||" \
|
|
|
|
-e "s|^|#|g" ${wrksrc}/build/SUPPORTED
|
|
|
|
cat ${wrksrc}/build/SUPPORTED >> ${DESTDIR}/etc/default/libc-locales
|
2011-02-02 17:48:18 +01:00
|
|
|
|
2011-05-30 08:46:57 +02:00
|
|
|
# ldd is a bash script, so make it run as such.
|
2008-11-03 10:32:36 +01:00
|
|
|
. $XBPS_HELPERSDIR/replace-interpreter.sh
|
2009-03-11 06:31:56 +01:00
|
|
|
replace_interpreter bash ${DESTDIR}/usr/bin/ldd
|
2008-10-27 06:12:30 +01:00
|
|
|
|
2008-11-17 09:16:31 +01:00
|
|
|
# On x86_64, add dynamic linker's 32bit version to ldd.
|
2008-10-27 06:12:30 +01:00
|
|
|
if [ "$xbps_machine" = "x86_64" ]; then
|
2008-11-03 10:32:36 +01:00
|
|
|
rtldlist="/lib/ld-linux.so.2 /lib/ld-linux-x86-64.so.2"
|
|
|
|
sed -i "s|^RTLDLIST.*$|RTLDLIST=\"$rtldlist\"|" \
|
2009-03-11 06:31:56 +01:00
|
|
|
${DESTDIR}/usr/bin/ldd
|
2008-10-27 06:12:30 +01:00
|
|
|
fi
|
2011-05-30 08:46:57 +02:00
|
|
|
install -m644 ${FILESDIR}/nsswitch.conf ${DESTDIR}/etc
|
2010-05-11 12:51:58 +02:00
|
|
|
install -d ${DESTDIR}/etc/ld.so.conf.d
|
|
|
|
echo "/usr/local/lib" > ${DESTDIR}/etc/ld.so.conf.d/usr_local.conf
|
|
|
|
chmod 644 ${DESTDIR}/etc/ld.so.conf.d/usr_local.conf
|
2009-10-21 14:32:49 +02:00
|
|
|
rm -f ${DESTDIR}/etc/ld.so.cache
|
2008-10-27 06:12:30 +01:00
|
|
|
}
|