2022-06-23 08:37:02 +00:00
|
|
|
diff -ur postgresql-14.4_original/src/interfaces/libpq/Makefile postgresql-14.4/src/interfaces/libpq/Makefile
|
|
|
|
--- postgresql-14.4_original/src/interfaces/libpq/Makefile 2022-06-22 12:24:56.506658251 +0200
|
|
|
|
+++ postgresql-14.4/src/interfaces/libpq/Makefile 2022-06-22 12:25:46.222779323 +0200
|
|
|
|
@@ -98,8 +98,6 @@
|
2024-01-22 02:44:37 +00:00
|
|
|
PKG_CONFIG_REQUIRES_PRIVATE = libssl, libcrypto
|
2022-06-23 08:37:02 +00:00
|
|
|
endif
|
2020-05-19 09:27:52 +00:00
|
|
|
|
2023-08-22 00:36:54 +00:00
|
|
|
-all: all-lib libpq-refs-stamp
|
2020-05-19 09:27:52 +00:00
|
|
|
-
|
|
|
|
# Shared library stuff
|
|
|
|
include $(top_srcdir)/src/Makefile.shlib
|
|
|
|
backend_src = $(top_srcdir)/src/backend
|