From 347fb8f88132a5a1f34bec16166f407cb61adca0 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 24 Jan 2016 00:40:19 +0100 Subject: [PATCH] package/ptpd2: Fix musl build The autobuilders did not catch the error yet because they failed earlier with other packages, but I am continuing the build using the defconfig from: http://autobuild.buildroot.net/results/6cc/6cc0f8c067e07deea688b9b97284601a596b898c/ Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/ptpd2/0001-musl.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/ptpd2/0001-musl.patch diff --git a/package/ptpd2/0001-musl.patch b/package/ptpd2/0001-musl.patch new file mode 100644 index 0000000000..2e214b2188 --- /dev/null +++ b/package/ptpd2/0001-musl.patch @@ -0,0 +1,15 @@ +Fix musl build + +Signed-off-by: Bernd Kuhls + +diff -uNr ptpd-ptpd-2.3.1.org/src/dep/net.c ptpd-ptpd-2.3.1/src/dep/net.c +--- ptpd-ptpd-2.3.1.org/src/dep/net.c 2015-06-29 17:13:29.000000000 +0200 ++++ ptpd-ptpd-2.3.1/src/dep/net.c 2016-01-24 00:35:44.509860065 +0100 +@@ -82,7 +82,6 @@ + #ifdef SO_TIMESTAMPING + #include + #include +-#include + #endif /* SO_TIMESTAMPING */ + + /**