Changeset 264174f in clfs-sysroot for BOOK/final-system
- Timestamp:
- Jan 31, 2009, 7:07:18 AM (16 years ago)
- Branches:
- master
- Children:
- c2e251c
- Parents:
- 0566c2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bzip2.xml
r0566c2a r264174f 35 35 sed -e "/^all:/s/ test//" Makefile.orig > Makefile</userinput></screen> 36 36 37 <para os="s3">By default Bzip2 creates some symlinks that use absolute 38 pathnames. The following sed will cause them to be created with relative 39 paths instead:</para> 40 41 <screen os="s4"><userinput>sed -i -e 's:ln -s -f $(PREFIX)/bin/:ln -s :' Makefile</userinput></screen> 42 37 43 <para os="a">The Bzip2 package does not contain a <command>configure</command> 38 44 script. Compile it with:</para> … … 76 82 77 83 <seglistitem> 78 <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff, 79 bzegrep, bzfgrep, bzgrep, bzip2, bzip2recover, bzless, and bzmore</seg> 84 <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to 85 bzdiff), bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep), 86 bzgrep, bzip2, bzip2recover, bzless (link to bzmore), and bzmore</seg> 80 87 <seg>libbz2.a, libbz2.so (link to libbz2.so.1.0), libbz2.so.1.0 (link to 81 88 libbz2.so.&bzip2-version;), and libbz2.so.&bzip2-version;</seg>
Note:
See TracChangeset
for help on using the changeset viewer.