summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-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',
}