diff -r -U3 a/sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed b/sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed --- a/sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed 1970-01-01 01:00:00.000000000 +0100 +++ b/sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed 2020-02-29 00:15:41.080000000 +0100 @@ -11,5 +11,5 @@ # this works for /lib64/ld64.so.x and /lib/ld.so.x as input s_lib64_lib_ s_64\.so_\.so_ -s_^RTLDLIST=\(.*lib\)\(/[^/]*\)\(\.so\.[0-9.]*\)[[:blank:]]*$_RTLDLIST="\1\2\3 \164\264\3"_ +s_^RTLDLIST=\(.*lib\)\(/[^/]*\)\(\.so\.[0-9.]*\)[[:blank:]]*$_RTLDLIST="\1\2\3 \1\264\3"_ put type='hidden' name='id' value='048813966ab6dc91dc2416dad74500f11fddea97'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
>
AgeCommit message (Expand)Author
2018-03-27nss: Remove '%compat' from the defaults....* gnu/system/nss.scm (%compat): Add comment. (<name-service-switch>)[group, password, shadow]: Remove %COMPAT from the default value. Ludovic Courtès
2015-05-08nss: Add '%mdns-host-lookup-nss'....* gnu/system/nss.scm (%mdns-host-lookup-nss): New variable. * doc/guix.texi (Name Service Switch): Document it. Ludovic Courtès
2015-02-04system: Add bindings to configure libc's NSS....* gnu/system/nss.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu.scm (%public-modules): Add it. * gnu/system.scm (<operating-system>)[name-service-switch]: New field. (etc-directory): Add #:nss parameter and honor it. (operating-system-etc-directory): Adjust call accordingly. * doc/guix.texi (operating-system Reference): Document 'name-service-switch'. (Name Service Switch): New section. Ludovic Courtès