mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
Merge pull request #1087 from kinvolk/t-lo/update-to-glibc-2.33
Upgrade to glibc-2.33
This commit is contained in:
commit
377d68fbc3
@ -23,7 +23,7 @@ PATCH_DEV=dilfridge
|
|||||||
if [[ ${PV} == 9999* ]]; then
|
if [[ ${PV} == 9999* ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
else
|
else
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||||
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
|
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
|
||||||
SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
|
SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
|
||||||
fi
|
fi
|
||||||
@ -1381,7 +1381,7 @@ glibc_do_src_install() {
|
|||||||
sed -i "${nscd_args[@]}" "${ED}"/etc/init.d/nscd
|
sed -i "${nscd_args[@]}" "${ED}"/etc/init.d/nscd
|
||||||
|
|
||||||
systemd_dounit nscd/nscd.service
|
systemd_dounit nscd/nscd.service
|
||||||
newtmpfiles nscd/nscd.tmpfiles nscd.conf
|
systemd_newtmpfilesd nscd/nscd.tmpfiles nscd.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo 'LDPATH="include ld.so.conf.d/*.conf"' > "${T}"/00glibc
|
echo 'LDPATH="include ld.so.conf.d/*.conf"' > "${T}"/00glibc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user