From 68f88a5a88f0e3ecc962fc1b03fec8e7fd98b7e8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 21 Nov 2015 00:12:33 +0000 Subject: ppp: Fix build with musl Therer are assumptions about glibc headers and features which needs to be addressed for musl (From OE-Core rev: 1949b128b87f89a56a2794ad056f2e4f4dbf6a3c) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-connectivity/ppp/ppp_2.4.7.bb') diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb index 5f06034727..4437b5c519 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb @@ -32,6 +32,9 @@ SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \ file://fix-CVE-2015-3310.patch \ " +SRC_URI_append_libc-musl = "\ + file://0001-Fix-build-with-musl.patch \ +" SRC_URI[md5sum] = "78818f40e6d33a1d1de68a1551f6595a" SRC_URI[sha256sum] = "02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30" -- cgit v1.2.3-54-g00ecf