Changeset 11423b69
- Timestamp:
- Oct 23, 2006, 9:32:52 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 51f09a8
- Parents:
- caa2eb9
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
rcaa2eb9 r11423b69 38 38 39 39 <listitem> 40 <para>October 23, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Removed unneeded additions to config.cache for 44 temp-system Tar and Coreutils.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>October 22, 2006</para> 41 51 <itemizedlist> -
BOOK/temp-system/common/coreutils.xml
rcaa2eb9 r11423b69 26 26 define the items cross-compiling doesn't like:</para> 27 27 28 <screen os="bc"><userinput>echo "ac_cv_sys_restartable_syscalls=yes" > config.cache 29 echo "ac_cv_func_setvbuf_reversed=yes" >> config.cache 30 echo "utils_cv_sys_open_max=1024" >> config.cache</userinput></screen> 28 <screen os="bc"><userinput>echo "ac_cv_func_setvbuf_reversed=yes" >> config.cache</userinput></screen> 31 29 32 30 <para os="bd">Prepare Coreutils for compilation:</para> -
BOOK/temp-system/common/tar.xml
rcaa2eb9 r11423b69 22 22 <sect2 role="installation"> 23 23 <title>Installation of Tar</title> 24 25 <para os="aa">Tar has an issue with cross-compiling where it26 can't find <function>getline</function>. Fix it here:</para>27 28 <screen os="ab"><userinput>echo "am_cv_func_working_getline=yes" >> config.cache</userinput></screen>29 24 30 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/tar.xml
rcaa2eb9 r11423b69 22 22 <sect2 role="installation"> 23 23 <title>Installation of Tar</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/tar.xml"27 xpointer="xpointer(//*[@os='aa'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/tar.xml"31 xpointer="xpointer(//*[@os='ab'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.