From: Rosen Penev Date: Sun, 26 Aug 2018 04:48:20 +0000 (-0700) Subject: clamsmtp: Fix compile under musl X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F6874%2Fhead;p=feed%2Fpackages.git clamsmtp: Fix compile under musl sys/socket already includes the needed socket stuff. Including the second header causes the build to fail. Signed-off-by: Rosen Penev --- diff --git a/mail/clamsmtp/Makefile b/mail/clamsmtp/Makefile index 449594b35b..aa3e31e4f2 100644 --- a/mail/clamsmtp/Makefile +++ b/mail/clamsmtp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clamsmtp PKG_VERSION:=1.10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://thewalter.net/stef/software/clamsmtp/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/mail/clamsmtp/patches/010-fix-build.patch b/mail/clamsmtp/patches/010-fix-build.patch new file mode 100644 index 0000000000..a3d88dceec --- /dev/null +++ b/mail/clamsmtp/patches/010-fix-build.patch @@ -0,0 +1,12 @@ +diff --git a/common/sock_any.h b/common/sock_any.h +index 77c3841..1e30974 100644 +--- a/common/sock_any.h ++++ b/common/sock_any.h +@@ -39,7 +39,6 @@ + #ifndef __SOCK_ANY_H__ + #define __SOCK_ANY_H__ + +-#include + #include + #include +