aboutsummarylogtreecommitdiffstats
path: root/0025-Use-shared-static-version-of-PostgreSQL.patch
diff options
context:
space:
mode:
Diffstat (limited to '0025-Use-shared-static-version-of-PostgreSQL.patch')
-rw-r--r--0025-Use-shared-static-version-of-PostgreSQL.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0025-Use-shared-static-version-of-PostgreSQL.patch b/0025-Use-shared-static-version-of-PostgreSQL.patch
deleted file mode 100644
index 6696363f2216..000000000000
--- a/0025-Use-shared-static-version-of-PostgreSQL.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 81894b88cdd2e46c211da26ec94e43b1e34de7f8 Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Sun, 18 Sep 2016 18:58:25 +0200
-Subject: [PATCH 25/26] Use shared/static version of PostgreSQL
-
----
- config.tests/unix/psql/psql.pro | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/config.tests/unix/psql/psql.pro b/config.tests/unix/psql/psql.pro
-index d0f3761bfb..58f163843e 100644
---- a/config.tests/unix/psql/psql.pro
-+++ b/config.tests/unix/psql/psql.pro
-@@ -1,3 +1,7 @@
- SOURCES = psql.cpp
- CONFIG -= qt dylib
--LIBS *= -lpq
-+contains(CONFIG, static) {
-+ LIBS *= -lpq -lintl -liconv -lssl -lcrypto -lwldap32 -lshfolder -lwsock32 -lws2_32 -lsecur32 -lgdi32
-+} else {
-+ LIBS *= -lpq
-+}
---
-2.11.0
-