summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-08-30 13:01:34 -0700
committerMichael Forney <mforney@mforney.org>2018-08-30 15:15:11 -0700
commit730754edf6b5ea869904ca5e666489eb1c0f9ecc (patch)
treecf7fc3a713e2115f8d3a152c24eea6907ea98fc4
parent6ae1b32cef213c6910f7986fea6d46e83826ad8a (diff)
dosfstools: Don't use config-posix.h
-rw-r--r--pkg/dosfstools/config.h19
-rw-r--r--pkg/dosfstools/gen.lua1
2 files changed, 17 insertions, 3 deletions
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 <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
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',
}