Changeset d22b691 in clfs-embedded for BOOK/final-system
- Timestamp:
- Oct 16, 2013, 7:16:24 PM (11 years ago)
- Branches:
- master
- Children:
- 9ec1b73
- Parents:
- b608a6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/busybox.xml
rb608a6d rd22b691 48 48 49 49 <screen os="g"><userinput>ARCH="${CLFS_ARCH}" make defconfig</userinput></screen> 50 51 <para os="fa">Disable building both ifplugd and inetd as they both have 52 issues building against musl-libc:</para> 53 54 <screen os="fb"><userinput>sed -i 's/\(CONFIG_\)\(.*\)\(INETD\)\(.*\)=y/# \1\2\3\4 is not set/g' .config 55 sed -i 's/\(CONFIG_IFPLUGD\)=y/# \1 is not set/' .config</userinput></screen> 50 56 51 57 <para os="h">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.