Changeset fb86bab
- Timestamp:
- Aug 12, 2013, 5:57:43 AM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- c09d6ac
- Parents:
- d56e2cd
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/vim.xml
rd56e2cd rfb86bab 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 33 <para os="s1">The configure script has a single hard coded test that34 cannot be bypassed with a cache entry. Disable this test with the35 following command:</para>36 37 <screen os="s2"><userinput>cp -v src/auto/configure{,.orig}38 sed "/using uint32_t/s/as_fn_error/#&/" src/auto/configure.orig > src/auto/configure</userinput></screen>39 40 33 <para os="c1">The <command>configure</command> script is full of logic 41 34 that aborts at the first sign of cross compiling. Work around this by … … 48 41 vim_cv_stat_ignores_slash=no 49 42 vim_cv_terminfo=yes 50 vim_cv_tgent=zero51 43 vim_cv_toupper_broken=no 52 44 vim_cv_tty_group=world 53 ac_cv_sizeof_int=454 ac_cv_sizeof_long=455 ac_cv_sizeof_time_t=456 ac_cv_sizeof_off_t=457 45 EOF</userinput></screen> 58 46 -
BOOK/temp-system/multilib/vim.xml
rd56e2cd rfb86bab 30 30 href="../common/vim.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../common/vim.xml"35 xpointer="xpointer(//*[@os='s1'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"38 href="../common/vim.xml"39 xpointer="xpointer(//*[@os='s2'])"/>40 32 41 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.