aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch')
-rw-r--r--meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
new file mode 100644
index 0000000000..cc3f5d4786
--- /dev/null
+++ b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
@@ -0,0 +1,18 @@
+---
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- git.orig/configure.ac
++++ git/configure.ac
+@@ -24,10 +24,11 @@ LT_INIT([win32-dll])
+ LT_PROG_RC
+
+ # Checks for programs.
+ AC_PROG_CC
+ AC_PROG_CC_C99
++AM_PROG_AR
+
+ # Enable automake silent build rules.
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
+ # Checks for native Windows.