From 730754edf6b5ea869904ca5e666489eb1c0f9ecc Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 30 Aug 2018 13:01:34 -0700 Subject: dosfstools: Don't use config-posix.h --- pkg/dosfstools/config.h | 19 +++++++++++++++++-- pkg/dosfstools/gen.lua | 1 - 2 files changed, 17 insertions(+), 3 deletions(-) (limited to 'pkg') diff --git a/pkg/dosfstools/config.h b/pkg/dosfstools/config.h index 8bcb9a2c..2db05901 100644 --- a/pkg/dosfstools/config.h +++ b/pkg/dosfstools/config.h @@ -1,6 +1,21 @@ -#include - +#define PACKAGE_NAME "dosfstools" +#define PACKAGE_TARNAME "dosfstools" +#define PACKAGE_VERSION "4.1" +#define PACKAGE_STRING "dosfstools 4.1" +#define PACKAGE_BUGREPORT "" +#define PACKAGE_URL "" +#define PACKAGE "dosfstools" +#define VERSION "4.1" +#define STDC_HEADERS 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_UNISTD_H 1 #define HAVE_ERR_H 1 #define HAVE_LINUX_FD_H 1 #define HAVE_LINUX_HDREG_H 1 diff --git a/pkg/dosfstools/gen.lua b/pkg/dosfstools/gen.lua index 55e64f22..0a914c3a 100644 --- a/pkg/dosfstools/gen.lua +++ b/pkg/dosfstools/gen.lua @@ -1,7 +1,6 @@ set('version', '4.1') cflags{ '-include $dir/config.h', - '-I include', '-I $dir', '-I $srcdir/src/blkdev', } -- cgit v1.2.3