]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/pppd: disable for musl toolchains
authorRomain Naour <romain.naour@gmail.com>
Sat, 16 Jul 2016 16:08:18 +0000 (18:08 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 16 Jul 2016 18:22:08 +0000 (20:22 +0200)
commitd2c997e6b073ee244855e3239bf72e64df473f0e
treeebeba2456d95ecf7c16b5781ad30a7e6a5f17b5b
parentf5dd6040821a5df948466ea9d116c089d1134c9d
package/pppd: disable for musl toolchains

For the same reason as for ipsec-tools [1], disable pppd for musl
toolchains.
It also include <sys/cdefs.h> which is not provided by musl [2].

This fixes a compilation error with musl libc because of undeclared
__P and missing sys/cdefs.h include.

Propagate the dependency to network-manager and rp-pppoe
packages.

[1] 33499484e457018203023cdfdd5286478f2ae381
[2] http://wiki.musl-libc.org/wiki/FAQ#Q:_I.27m_trying_to_compile_something_against_musl_and_I_get_error_messages_about_sys.2Fcdefs.h

Signed-off-by: Romain Naour <romain.naour@gmail.com>
[Thomas: add Config.in comment in network-manager.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/network-manager/Config.in
package/pppd/Config.in
package/rp-pppoe/Config.in