diff --git a/glibc-locales.be0 b/glibc-locales.be0 index 83eff1982..9fe6c5031 100755 --- a/glibc-locales.be0 +++ b/glibc-locales.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION glibc-locales-2.27-0 +# BEE_VERSION glibc-locales-2.29-0 mee_install() { mkdir -pv ${D}${LIBDIR}/locale diff --git a/glibc.be0 b/glibc.be0 index 8483e18f5..d5d4a60bc 100755 --- a/glibc.be0 +++ b/glibc.be0 @@ -1,6 +1,7 @@ #!/bin/env beesh -# BEE_VERSION glibc-2.27-0 +# Do not forget to update glibc-locales +# BEE_VERSION glibc-2.29-0 SRCURL[0]="https://ftp.gnu.org/gnu/glibc/glibc-${PKGVERSION}.tar.bz2" @@ -31,7 +32,7 @@ mee_patch_post() { # use /bin/bash instead of /bin/sh .. echo "sed-ing elf/ldd.bash.in" sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in - + # fix some binary issues when gzipping manpages.. echo "sed-ing manual/Makefile" sed -i 's|gzip -9|gzip -n -9|' manual/Makefile @@ -51,7 +52,8 @@ mee_configure() { --enable-add-ons \ --enable-obsolete-rpc \ --enable-obsolete-nsl \ - --enable-kernel=4.4.34 + --enable-kernel=4.14.87 \ + --enable-stack-protector=strong } mee_build_pre() { @@ -95,9 +97,9 @@ mee_install_post() { # timezones anymore with glibc >= 2.16 # install Europe/Berlin as default Timezone #rm -v ${D}${SYSCONFDIR}/localtime - #ln -v ${D}/${PREFIX}/share/zoneinfo/Europe/Berlin ${D}${SYSCONFDIR}/localtime - - + #ln -v ${D}/${PREFIX}/share/zoneinfo/Europe/Berlin ${D}${SYSCONFDIR}/localtime + + if [ "${SLIBDIR}" != "${LIBDIR}" ] ; then cd ${D}${SLIBDIR} for i in * ; do @@ -105,7 +107,7 @@ mee_install_post() { done cd - fi - + if [ "${ROOTSBINDIR}" != "${SBINDIR}" ] ; then cd ${D}${ROOTSBINDIR} for i in * ; do diff --git a/linux-headers.be0 b/linux-headers.be0 index 58de8784b..905531b33 100755 --- a/linux-headers.be0 +++ b/linux-headers.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION linux-headers-4.14.76-0 +# BEE_VERSION linux-headers-4.14.87-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)