Changeset c0bc7c4 for BOOK/final-system/common
- Timestamp:
- Jun 7, 2009, 11:09:44 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bfc344f
- Parents:
- 2026a2e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/eglibc.xml
r2026a2e rc0bc7c4 43 43 <screen os="p2"><userinput>patch -Np1 -i ../&eglibc-fixes-patch;</userinput></screen> 44 44 45 <para os="l 1">The following sed makes sure that newly built EGLIBC is tested,45 <para os="l3">The following sed makes sure that newly built EGLIBC is tested, 46 46 during make install, instead of the one we previously build:</para> 47 47 48 <screen os="l 2"><userinput>LINKER=$(readelf -l $(file /tools/lib/libc-* | cut -f1 -d:) | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')48 <screen os="l4"><userinput>LINKER=$(readelf -l $(file /tools/lib/libc-* | cut -f1 -d:) | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') 49 49 sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=${LINKER} -o|" \ 50 50 scripts/test-installation.pl
Note:
See TracChangeset
for help on using the changeset viewer.