Changes in BOOK/temp-system/common/vim.xml [0f90f2f:f3f8518]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/vim.xml
r0f90f2f rf3f8518 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>sed -i "/using uint32_t/s/as_fn_error/#&/" src/auto/configure</userinput></screen>38 39 33 <para os="c1">The <command>configure</command> script is full of logic 40 34 that aborts at the first sign of cross compiling. Work around this by … … 47 41 vim_cv_stat_ignores_slash=no 48 42 vim_cv_terminfo=yes 49 vim_cv_tgent=zero50 43 vim_cv_toupper_broken=no 51 44 vim_cv_tty_group=world 52 ac_cv_sizeof_int=453 ac_cv_sizeof_long=454 ac_cv_sizeof_time_t=455 ac_cv_sizeof_off_t=456 45 EOF</userinput></screen> 57 46
Note:
See TracChangeset
for help on using the changeset viewer.