Changeset b27081c4 for BOOK/final-system/x86_64-64
- Timestamp:
- Dec 14, 2015, 12:19:04 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- c7477f8e
- Parents:
- 00cf9ca
- git-author:
- Chris Staub <chris@…> (12/13/15 23:57:55)
- git-committer:
- Chris Staub <chris@…> (12/14/15 00:19:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64-64/glibc.xml
r00cf9ca rb27081c4 34 34 xpointer="xpointer(//*[@os='l2'])"/> 35 35 36 <para os="l3">Modify the <command>ldd</command> rewrite script to remove 37 <filename class="directory">lib64</filename> and 38 <filename class="directory">libx32</filename> from RTLDLIST.</para> 36 <para os="l3">Modify the <command>ldd</command> rewrite script to prevent 37 it from adding <filename class="directory">lib64</filename> and 38 <filename class="directory">libx32</filename> to its list of linker 39 search locations:</para> 39 40 40 41 <screen os="l4"><userinput>sed -i '/RTLDLIST/d' sysdeps/unix/sysv/linux/*/ldd-rewrite.sed</userinput></screen> … … 61 62 xpointer="xpointer(//*[@os='g'])"/> 62 63 63 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ 64 --disable-profile --enable-kernel=&glibc-kernel-version; \ 65 --libexecdir=/usr/lib/glibc --libdir=/usr/lib \ 66 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> 64 <screen os="h"><userinput>../glibc-&glibc-version;/configure \ 65 --prefix=/usr \ 66 --disable-profile \ 67 --enable-kernel=&glibc-kernel-version; \ 68 --libexecdir=/usr/lib/glibc \ 69 --libdir=/usr/lib \ 70 --enable-obsolete-rpc \ 71 --cache-file=config.cache</userinput></screen> 67 72 68 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.