aboutsummaryrefslogtreecommitdiffstats
path: root/main/clamav/0001-libclamav-explicitly-use-top_srcdir-.git-dir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/clamav/0001-libclamav-explicitly-use-top_srcdir-.git-dir.patch')
-rw-r--r--main/clamav/0001-libclamav-explicitly-use-top_srcdir-.git-dir.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/main/clamav/0001-libclamav-explicitly-use-top_srcdir-.git-dir.patch b/main/clamav/0001-libclamav-explicitly-use-top_srcdir-.git-dir.patch
deleted file mode 100644
index c1804277260..00000000000
--- a/main/clamav/0001-libclamav-explicitly-use-top_srcdir-.git-dir.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 3e0878adc26b39ecd6c2bf74dad129ee8636fac9 Mon Sep 17 00:00:00 2001
-From: Carlo Landmeter <clandmeter@alpinelinux.org>
-Date: Fri, 16 Feb 2018 02:11:09 +0000
-Subject: [PATCH] libclamav: explicitly use top_srcdir .git dir
-
-This will prevent git from picking up a ref from parent git repository
-and setting this as libclamav REVISION/version.
----
- libclamav/Makefile.am | 2 +-
- libclamav/Makefile.in | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/libclamav/Makefile.am b/libclamav/Makefile.am
-index 1c4c007c0..5d22b6483 100644
---- a/libclamav/Makefile.am
-+++ b/libclamav/Makefile.am
-@@ -616,7 +616,7 @@ version.h: version.h.tmp
- version.h.tmp:
- $(AM_V_GEN) test -f version.h || touch version.h;\
- rm -f $@;\
-- REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null || echo "exported")";\
-+ REVISION="$$(LANG=C git --git-dir "$(top_srcdir)"/.git describe --always 2>/dev/null || echo "exported")";\
- if test "$$REVISION" = "exported"; then\
- REVISION="";\
- fi;\
-diff --git a/libclamav/Makefile.in b/libclamav/Makefile.in
-index 6e19dcd9e..acace3394 100644
---- a/libclamav/Makefile.in
-+++ b/libclamav/Makefile.in
-@@ -3777,7 +3777,7 @@ version.h: version.h.tmp
- version.h.tmp:
- $(AM_V_GEN) test -f version.h || touch version.h;\
- rm -f $@;\
-- REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null || echo "exported")";\
-+ REVISION="$$(LANG=C git --git-dir "$(top_srcdir)"/.git describe --always 2>/dev/null || echo "exported")";\
- if test "$$REVISION" = "exported"; then\
- REVISION="";\
- fi;\
---
-2.16.1
-