diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/glibc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index d073f1d88..6f99a94c5 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -50,6 +50,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen> + <para>Fix a bug that causes issues with chrooted applications:</para> + + <screen><userinput remap="pre">sed -e '402a\ *result = local->data.services[database_index];' \ + -i nss/nss_database.c</userinput></screen> + <para>The Glibc documentation recommends building Glibc in a dedicated build directory:</para> |