commit: 730754edf6b5ea869904ca5e666489eb1c0f9ecc
parent 6ae1b32cef213c6910f7986fea6d46e83826ad8a
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 30 Aug 2018 13:01:34 -0700
dosfstools: Don't use config-posix.h
Diffstat:
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/pkg/dosfstools/config.h b/pkg/dosfstools/config.h
@@ -1,6 +1,21 @@
-#include <config-posix.h>
-
+#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
@@ -1,7 +1,6 @@
set('version', '4.1')
cflags{
'-include $dir/config.h',
- '-I include',
'-I $dir',
'-I $srcdir/src/blkdev',
}