Changeset 0e9e889 in clfs-embedded for BOOK/final-system/common
- Timestamp:
- Jan 25, 2009, 12:59:04 PM (16 years ago)
- Branches:
- master
- Children:
- c1f3dad
- Parents:
- 86679e2
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/busybox.xml
r86679e2 r0e9e889 30 30 <title>Installation of Busybox</title> 31 31 32 <para os="p1">The following patch fixes some issues that are relatedto the33 headers we are using:</para>32 <para os="p1">The following patch contains a number of updates to the 33 &busybox-version; branch by the Busybox developers:</para> 34 34 35 <screen os="p2"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen> 36 37 <para os="p3">The following patch corrects some includes in 38 <filename>iptunnel.c</filename> to be compatible with the sanatized 39 kernel headers installed earlier:</para> 40 41 <screen os="p4"><userinput>patch -Np1 -i ../&busybox-iptunnel_headers-patch;</userinput></screen> 35 <screen os="p2"><userinput>patch -Np1 -i ../&busybox-branch_update-patch;</userinput></screen> 42 36 43 37 <para os="a">Create the default configuration:</para> … … 77 71 <para os="f">Compile the package:</para> 78 72 79 <screen os="g"><userinput>make ARCH= i386CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}"</userinput></screen>73 <screen os="g"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}"</userinput></screen> 80 74 81 75 <para os="h">Install the package:</para> 82 76 83 <screen os="i"><userinput>make ARCH= i386CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \77 <screen os="i"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \ 84 78 CONFIG_PREFIX="${CLFS}" install</userinput></screen> 85 79
Note:
See TracChangeset
for help on using the changeset viewer.