]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/ifplugd: add patch to fix musl build error
authorJörg Krause <joerg.krause@embedded.rocks>
Sat, 1 Aug 2015 16:54:31 +0000 (18:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Aug 2015 09:21:28 +0000 (11:21 +0200)
commit3dcbb9e56c1c712c505d4b3b67c78936d17d118b
treeef6783ba688864b14685596778efdaff7cd458d6
parent9741460eaaef510aac9b16a884374d545244fb18
package/ifplugd: add patch to fix musl build error

The musl C library does not define type names such as `__uint32_t`. Instead we
use the integer types declared in the ISO C standard header file <stdint.h>.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ifplugd/0004-musl-fix-types.patch [new file with mode: 0644]