# HG changeset patch # User Pascal Bellard # Date 1425578912 -3600 # Node ID 0c4f0fe6d476ce256e8f83af88cce842f685039a # Parent 10917ea527b18a8db5ad6338b4b251c65651d730 glibc: accept make 4.x diff -r 10917ea527b1 -r 0c4f0fe6d476 glibc-dev/receipt --- a/glibc-dev/receipt Thu Mar 05 18:20:41 2015 +0100 +++ b/glibc-dev/receipt Thu Mar 05 19:08:32 2015 +0100 @@ -19,7 +19,7 @@ { # Mass copy and then remove all files specified in stuff/base-files.list. # We get the files from glibc-base. Locale files are in: glibc-locale. - cp -a $install/* $fs + cp -a $install/* $install/lib $fs # Rm base files. echo -n "Removing all base files..." diff -r 10917ea527b1 -r 0c4f0fe6d476 glibc/receipt --- a/glibc/receipt Thu Mar 05 18:20:41 2015 +0100 +++ b/glibc/receipt Thu Mar 05 19:08:32 2015 +0100 @@ -64,8 +64,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src - # SliTaz is a Busybox based OS, why we so small and fast. Using gawk by # default to build package will not ensure package work with Busybox awk # and so should NOT be use to cook. @@ -73,6 +71,8 @@ [ -d "/var/lib/tazpkg/installed/gawk" ] || tazpkg get-install gawk fi + # Make 4.x support... + sed -i 's/3\.79/4.* | &/' configure* # Fixes and patches from LFS, Redhat sed -i -e 's/"db1"/& \&\& $name ne "nss_test1"/' scripts/test-installation.pl sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in