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.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
index cc3f5d4786..f65d26aaea 100644
--- a/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
+++ b/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
@@ -2,11 +2,11 @@
configure.ac | 1 +
1 file changed, 1 insertion(+)
+Index: git/configure.ac
+===================================================================
--- git.orig/configure.ac
+++ git/configure.ac
-@@ -24,10 +24,11 @@ LT_INIT([win32-dll])
- LT_PROG_RC
-
+@@ -56,6 +56,7 @@ AM_CONDITIONAL([ENABLE_EXAMPLES], [test
# Checks for programs.
AC_PROG_CC
AC_PROG_CC_C99
@@ -14,5 +14,3 @@
# Enable automake silent build rules.
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-
- # Checks for native Windows.