mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
glibc: build with --enable-obsolete-nsl
needed to make sure libnsl's headers are installed once again, for the full details, please refer to #7846 . Closes: #7928 [via git-merge-pr]
This commit is contained in:
parent
470d9bf316
commit
dcb15f4ca0
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glibc'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.26
|
version=2.26
|
||||||
revision=2
|
revision=3
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="The GNU C library"
|
short_desc="The GNU C library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -105,7 +105,7 @@ do_configure() {
|
||||||
--disable-profile --enable-kernel=2.6.32 \
|
--disable-profile --enable-kernel=2.6.32 \
|
||||||
--enable-stack-guard-randomization \
|
--enable-stack-guard-randomization \
|
||||||
--without-selinux --without-cvs --without-gd \
|
--without-selinux --without-cvs --without-gd \
|
||||||
--disable-lock-elision \
|
--disable-lock-elision --enable-obsolete-nsl \
|
||||||
--enable-stack-protector=strong \
|
--enable-stack-protector=strong \
|
||||||
libc_cv_rootsbindir=/usr/bin \
|
libc_cv_rootsbindir=/usr/bin \
|
||||||
libc_cv_rtlddir=${_libdir} libc_cv_slibdir=${_libdir}
|
libc_cv_rtlddir=${_libdir} libc_cv_slibdir=${_libdir}
|
||||||
|
|
Loading…
Add table
Reference in a new issue