aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgresql-timescaledb/dont-use-git-describe.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/postgresql-timescaledb/dont-use-git-describe.patch')
-rw-r--r--community/postgresql-timescaledb/dont-use-git-describe.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/postgresql-timescaledb/dont-use-git-describe.patch b/community/postgresql-timescaledb/dont-use-git-describe.patch
deleted file mode 100644
index 354fb515de5..00000000000
--- a/community/postgresql-timescaledb/dont-use-git-describe.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-We are in git repository, but not in the timescaledb's repository.
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -285,9 +285,7 @@
- message(FATAL_ERROR "Unable to find 'pg_config'")
- endif()
-
--find_package(Git)
--
--if(GIT_FOUND)
-+if(FALSE)
- # We use "git describe" to generate the tag. It will find the latest tag and
- # also add some additional information if we are not on the tag.
- execute_process(