Changeset d22b691 in clfs-embedded


Ignore:
Timestamp:
Oct 16, 2013, 12:16:24 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
9ec1b73
Parents:
b608a6d
Message:

busybox: Add seds for removing inetd & ifplugd

Both will cause issues with musl-libc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/busybox.xml

    rb608a6d rd22b691  
    4848
    4949<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
     55sed -i 's/\(CONFIG_IFPLUGD\)=y/# \1 is not set/' .config</userinput></screen>
    5056
    5157    <para os="h">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.