2008-10-21 03:27:22 +00:00
|
|
|
# Template file for 'glibc'
|
|
|
|
pkgname=glibc
|
2011-10-12 12:10:16 +00:00
|
|
|
version=2.14.1
|
2012-02-21 08:01:54 +00:00
|
|
|
revision=6
|
2010-05-11 10:51:58 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
|
2008-10-21 03:27:22 +00:00
|
|
|
short_desc="The GNU C library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-30 06:46:57 +00:00
|
|
|
homepage="http://www.gnu.org/software/libc"
|
|
|
|
license="GPL-2, LGPL-2.1, BSD"
|
2011-10-12 12:10:16 +00:00
|
|
|
checksum=6e85a2fa3ebe6b28103361f09d27eeda37a021f24dab73f34064456d5a715b3b
|
2008-10-21 03:27:22 +00: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 03:30:10 +00:00
|
|
|
|
2012-02-18 09:56:50 +00:00
|
|
|
build_requires=19
|
|
|
|
nostrip_files="ld-${version}.so libc-${version}.so libpthread-${version}.so
|
|
|
|
libthread_db-1.0.so"
|
2009-10-21 12:28:57 +00:00
|
|
|
conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf"
|
2009-12-07 14:40:29 +00:00
|
|
|
subpackages="glibc-devel glibc-locales nscd"
|
2009-02-24 06:13:11 +00:00
|
|
|
|
2011-06-23 01:22:24 +00:00
|
|
|
Add_dependency run base-files
|
2011-02-02 16:48:18 +00:00
|
|
|
Add_dependency run libgcc
|
|
|
|
Add_dependency run glibc-locales
|
2008-10-27 05:12:30 +00:00
|
|
|
|
2012-02-28 17:15:03 +00:00
|
|
|
Add_dependency build bison
|
|
|
|
Add_dependency build perl
|
2011-07-06 15:41:42 +00:00
|
|
|
|
2012-02-18 09:56:50 +00:00
|
|
|
do_configure() {
|
2011-02-02 16:48:18 +00: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.
|
2011-11-08 10:56:17 +00:00
|
|
|
if [ "${XBPS_MACHINE}" = "i686" ]; then
|
2012-02-21 08:01:54 +00:00
|
|
|
cflags="-mno-tls-direct-seg-refs -O2 -march=${XBPS_MACHINE%%-*}"
|
2012-02-18 09:56:50 +00:00
|
|
|
echo "CFLAGS=$cflags" >> configparms
|
2008-11-21 16:12:07 +00:00
|
|
|
fi
|
2011-02-02 16:48:18 +00:00
|
|
|
|
2012-02-18 16:56:47 +00:00
|
|
|
SHELL=/bin/bash ../configure ${CONFIGURE_SHARED_ARGS} --with-tls \
|
|
|
|
--enable-add-ons=nptl,libidn \
|
|
|
|
--enable-multi-arch --with-__thread \
|
|
|
|
--enable-bind-now --enable-kernel=2.6.27 \
|
2011-02-02 16:48:18 +00:00
|
|
|
--enable-stack-guard-randomization --disable-profile \
|
|
|
|
--without-cvs --without-gd --libexecdir=/usr/lib \
|
|
|
|
--libdir=/usr/lib --with-headers=${XBPS_MASTERDIR}/usr/include
|
2012-02-18 09:56:50 +00:00
|
|
|
}
|
2011-02-02 16:48:18 +00:00
|
|
|
|
2012-02-18 09:56:50 +00:00
|
|
|
do_build() {
|
|
|
|
cd build && make ${makejobs}
|
2008-10-27 05:12:30 +00:00
|
|
|
}
|
|
|
|
|
2012-02-18 09:56:50 +00:00
|
|
|
do_install() {
|
2009-03-11 05:31:56 +00:00
|
|
|
# Create DESTDIR/etc/ld.so.conf
|
|
|
|
mkdir -p ${DESTDIR}/etc
|
2010-05-11 10:51:58 +00:00
|
|
|
echo "include /etc/ld.so.conf.d/*.conf" > ${DESTDIR}/etc/ld.so.conf
|
2008-10-27 05:12:30 +00:00
|
|
|
|
2011-10-12 12:10:16 +00: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 16:48:18 +00:00
|
|
|
|
2011-05-30 06:46:57 +00:00
|
|
|
# ldd is a bash script, so make it run as such.
|
2008-11-03 09:32:36 +00:00
|
|
|
. $XBPS_HELPERSDIR/replace-interpreter.sh
|
2009-03-11 05:31:56 +00:00
|
|
|
replace_interpreter bash ${DESTDIR}/usr/bin/ldd
|
2008-10-27 05:12:30 +00:00
|
|
|
|
2008-11-17 08:16:31 +00:00
|
|
|
# On x86_64, add dynamic linker's 32bit version to ldd.
|
2011-11-08 10:56:17 +00:00
|
|
|
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
2008-11-03 09:32:36 +00:00
|
|
|
rtldlist="/lib/ld-linux.so.2 /lib/ld-linux-x86-64.so.2"
|
|
|
|
sed -i "s|^RTLDLIST.*$|RTLDLIST=\"$rtldlist\"|" \
|
2009-03-11 05:31:56 +00:00
|
|
|
${DESTDIR}/usr/bin/ldd
|
2008-10-27 05:12:30 +00:00
|
|
|
fi
|
2011-05-30 06:46:57 +00:00
|
|
|
install -m644 ${FILESDIR}/nsswitch.conf ${DESTDIR}/etc
|
2010-05-11 10:51:58 +00: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 12:32:49 +00:00
|
|
|
rm -f ${DESTDIR}/etc/ld.so.cache
|
2008-10-27 05:12:30 +00:00
|
|
|
}
|