[vlc-commits] contrib: gnutls: remove unused patch on ANDROID
Thomas Guillem
git at videolan.org
Mon Sep 7 13:54:44 CEST 2020
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Sep 4 10:04:53 2020 +0200| [db1d02522d4bfdbee679bf7b52c2e4a5ef180b42] | committer: Thomas Guillem
contrib: gnutls: remove unused patch on ANDROID
The Makefile.am modification caused a reconf that could fail with recent
automake version (>= 1.16.2).
Partial revert of bead358b379601eb4be6d9914bd3379ff73b50ba
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db1d02522d4bfdbee679bf7b52c2e4a5ef180b42
---
contrib/src/gnutls/no-create-time-h.patch | 11 -----------
contrib/src/gnutls/rules.mak | 3 ---
2 files changed, 14 deletions(-)
diff --git a/contrib/src/gnutls/no-create-time-h.patch b/contrib/src/gnutls/no-create-time-h.patch
deleted file mode 100644
index d355c7cc6b..0000000000
--- a/contrib/src/gnutls/no-create-time-h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnutls/gl/Makefile.am 2011-04-07 17:30:44.000000000 -0700
-+++ gnutls/gl/Makefile.am 2012-03-02 19:51:53.576555217 -0800
-@@ -891,7 +891,7 @@ EXTRA_DIST += sys_stat.in.h
-
- ## begin gnulib module time
-
--BUILT_SOURCES += time.h
-+#BUILT_SOURCES += time.h
-
- # We need the following in order to create <time.h> when the system
- # doesn't have one that works with the given compiler.
diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index 96a5613a66..98678da830 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -36,9 +36,6 @@ gnutls: gnutls-$(GNUTLS_VERSION).tar.xz .sum-gnutls
# don't use connectx on macOS versions where it's not available
$(APPLY) $(SRC)/gnutls/0001-fix-connectx-not-available-on-older-macOS-SDK.patch
-ifdef HAVE_ANDROID
- $(APPLY) $(SRC)/gnutls/no-create-time-h.patch
-endif
$(call pkg_static,"lib/gnutls.pc.in")
$(UPDATE_AUTOCONFIG)
$(MOVE)
More information about the vlc-commits
mailing list