fdm: don't use host headers
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
This commit is contained in:
parent
bde027188a
commit
34a587275e
2 changed files with 13 additions and 1 deletions
|
@ -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)
|
||||
|
|
12
mail/fdm/patches/040-remove_host_includes.patch
Normal file
12
mail/fdm/patches/040-remove_host_includes.patch
Normal file
|
@ -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
|
Loading…
Reference in a new issue