Changeset 6c5a343 for BOOK/temp-system/common
- Timestamp:
- Jan 8, 2011, 6:31:49 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 500e787
- Parents:
- f42e5c1
- git-author:
- Joe Ciccone <jciccone@…> (01/08/11 18:08:11)
- git-committer:
- Joe Ciccone <jciccone@…> (01/08/11 18:31:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/vim.xml
rf42e5c1 r6c5a343 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../../final-system/common/vim.xml" 27 xpointer="xpointer(//*[@os='a'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../../final-system/common/vim.xml"31 27 xpointer="xpointer(//*[@os='p1'])"/> 32 28 … … 34 30 href="../../final-system/common/vim.xml" 35 31 xpointer="xpointer(//*[@os='p2'])"/> 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> 36 38 37 39 <para os="c1">The <command>configure</command> script is full of logic … … 49 51 vim_cv_tty_group=world 50 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 51 56 EOF</userinput></screen> 52 57 … … 61 66 xpointer="xpointer(//*[@os='d'])"/> 62 67 63 <screen os="e"><userinput> CPPFLAGS="-DUNUSED="./configure \68 <screen os="e"><userinput>./configure \ 64 69 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 65 70 --prefix=/tools --enable-multibyte --enable-gui=no \
Note:
See TracChangeset
for help on using the changeset viewer.