From: Alexander Ryzhov Date: Wed, 14 Apr 2021 07:45:13 +0000 (+0300) Subject: fdm: don't use host headers X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=34a587275ef889b6ab64f486afe8a4582ea97361;p=openwrt-packages.git fdm: don't use host headers Signed-off-by: Alexander Ryzhov --- diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 02b5e7c47..762fd933c 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fdm PKG_VERSION:=2.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/nicm/fdm/releases/download/$(PKG_VERSION) diff --git a/mail/fdm/patches/040-remove_host_includes.patch b/mail/fdm/patches/040-remove_host_includes.patch new file mode 100644 index 000000000..4cfea4e89 --- /dev/null +++ b/mail/fdm/patches/040-remove_host_includes.patch @@ -0,0 +1,12 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -11,9 +11,6 @@ AC_CANONICAL_HOST + + : ${CFLAGS=""} + +-CPPFLAGS="$CPPFLAGS -I/usr/local/include" +-LDFLAGS="$LDFLAGS -L/usr/local/lib" +- + AC_PROG_CC + AM_PROG_CC_C_O + AC_PROG_INSTALL