Changes in BOOK/temp-system/common/vim.xml [f3f8518:0f90f2f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/vim.xml
rf3f8518 r0f90f2f 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 33 <para os="s1">The configure script has a single hard coded test that 34 cannot be bypassed with a cache entry. Disable this test with the 35 following command:</para> 36 37 <screen os="s2"><userinput>sed -i "/using uint32_t/s/as_fn_error/#&/" src/auto/configure</userinput></screen> 38 33 39 <para os="c1">The <command>configure</command> script is full of logic 34 40 that aborts at the first sign of cross compiling. Work around this by … … 41 47 vim_cv_stat_ignores_slash=no 42 48 vim_cv_terminfo=yes 49 vim_cv_tgent=zero 43 50 vim_cv_toupper_broken=no 44 51 vim_cv_tty_group=world 52 ac_cv_sizeof_int=4 53 ac_cv_sizeof_long=4 54 ac_cv_sizeof_time_t=4 55 ac_cv_sizeof_off_t=4 45 56 EOF</userinput></screen> 46 57
Note:
See TracChangeset
for help on using the changeset viewer.