fdm: don't use host headers

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
This commit is contained in:
Alexander Ryzhov 2021-04-14 10:45:13 +03:00 committed by Rosen Penev
parent bde027188a
commit 34a587275e
2 changed files with 13 additions and 1 deletions

View File

@ -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)

View 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