[alpine-devel] [PATCH] Fixing partimage headers
Export this patch
---
aports/testing/partimage/partimage-0.6.9-common.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 aports/testing/partimage/partimage-0.6.9-common.patch
I think maybe you meant testing/partimage/partimage-0.6.9-common.patch,
without the aports/ prefix.
I move it to proper location and cleaned up the APKBUILD a bit
Thanks!
-nc
diff --git a/aports/testing/partimage/partimage-0.6.9-common.patch b/aports/testing/partimage/partimage-0.6.9-common.patch
new file mode 100644
index 0000000..98d3df8
--- /dev/null
+++ b/aports/testing/partimage/partimage-0.6.9-common.patch
@@ -0,0 +1,10 @@
+ --- a/src/shared/common.h
+ +++ b/src/shared/common.h
+ @@ -21,6 +21,7 @@
+
+ #include <stdarg.h>
+ #include <pthread.h>
+ +#include <sys/types.h>
+
+ #include <sys/param.h>
+
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
--
2.0.0
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---