|
|
@ -1,7 +1,3 @@ |
|
|
|
The libpq package is supposed to be used for all the PostgreSQL modules |
|
|
|
|
|
|
|
available in RHEL 8, and ABI versioning will guarantee us that modular RPMs will |
|
|
|
|
|
|
|
depend on appropriate libpq ABI version (picked at build-time). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/config/Makefile b/config/Makefile |
|
|
|
diff --git a/config/Makefile b/config/Makefile |
|
|
|
index 67e7998f55..86612a42c3 100644 |
|
|
|
index 67e7998f55..86612a42c3 100644 |
|
|
|
--- a/config/Makefile |
|
|
|
--- a/config/Makefile |
|
|
@ -16,7 +12,7 @@ index 67e7998f55..86612a42c3 100644 |
|
|
|
$(MKDIR_P) '$(DESTDIR)$(pgxsdir)/config' |
|
|
|
$(MKDIR_P) '$(DESTDIR)$(pgxsdir)/config' |
|
|
|
diff --git a/config/build-exports-gnu-ld b/config/build-exports-gnu-ld |
|
|
|
diff --git a/config/build-exports-gnu-ld b/config/build-exports-gnu-ld |
|
|
|
new file mode 100755 |
|
|
|
new file mode 100755 |
|
|
|
index 0000000000..bdcfb40d48 |
|
|
|
index 0000000000..84c48e3ade |
|
|
|
--- /dev/null |
|
|
|
--- /dev/null |
|
|
|
+++ b/config/build-exports-gnu-ld |
|
|
|
+++ b/config/build-exports-gnu-ld |
|
|
|
@@ -0,0 +1,41 @@ |
|
|
|
@@ -0,0 +1,41 @@ |
|
|
@ -62,10 +58,10 @@ index 0000000000..bdcfb40d48 |
|
|
|
+echo " *;" |
|
|
|
+echo " *;" |
|
|
|
+close_block |
|
|
|
+close_block |
|
|
|
diff --git a/src/Makefile.shlib b/src/Makefile.shlib |
|
|
|
diff --git a/src/Makefile.shlib b/src/Makefile.shlib |
|
|
|
index 95b82a6dea..a7065d02a4 100644 |
|
|
|
index 373d73caef..d5bd5468cd 100644 |
|
|
|
--- a/src/Makefile.shlib |
|
|
|
--- a/src/Makefile.shlib |
|
|
|
+++ b/src/Makefile.shlib |
|
|
|
+++ b/src/Makefile.shlib |
|
|
|
@@ -221,7 +221,7 @@ ifeq ($(PORTNAME), linux) |
|
|
|
@@ -231,7 +231,7 @@ ifeq ($(PORTNAME), linux) |
|
|
|
ifdef soname |
|
|
|
ifdef soname |
|
|
|
LINK.shared += -Wl,-soname,$(soname) |
|
|
|
LINK.shared += -Wl,-soname,$(soname) |
|
|
|
endif |
|
|
|
endif |
|
|
@ -75,15 +71,15 @@ index 95b82a6dea..a7065d02a4 100644 |
|
|
|
ifneq (,$(exports_file)) |
|
|
|
ifneq (,$(exports_file)) |
|
|
|
LINK.shared += -Wl,--version-script=$(exports_file) |
|
|
|
LINK.shared += -Wl,--version-script=$(exports_file) |
|
|
|
diff --git a/src/interfaces/libpq/exports.txt b/src/interfaces/libpq/exports.txt |
|
|
|
diff --git a/src/interfaces/libpq/exports.txt b/src/interfaces/libpq/exports.txt |
|
|
|
index d6a38d0df8..29bebeac7e 100644 |
|
|
|
index 7c808e5215..3631340b23 100644 |
|
|
|
--- a/src/interfaces/libpq/exports.txt |
|
|
|
--- a/src/interfaces/libpq/exports.txt |
|
|
|
+++ b/src/interfaces/libpq/exports.txt |
|
|
|
+++ b/src/interfaces/libpq/exports.txt |
|
|
|
@@ -171,4 +171,4 @@ PQsslAttributeNames 168 |
|
|
|
@@ -171,7 +171,7 @@ PQsslAttributeNames 168 |
|
|
|
PQsslAttribute 169 |
|
|
|
PQsslAttribute 169 |
|
|
|
PQsetErrorContextVisibility 170 |
|
|
|
PQsetErrorContextVisibility 170 |
|
|
|
PQresultVerboseErrorMessage 171 |
|
|
|
PQresultVerboseErrorMessage 171 |
|
|
|
-PQencryptPasswordConn 172 |
|
|
|
-PQencryptPasswordConn 172 |
|
|
|
+PQencryptPasswordConn 172 10 |
|
|
|
+PQencryptPasswordConn 172 10 |
|
|
|
-- |
|
|
|
PQresultMemorySize 173 |
|
|
|
2.17.0 |
|
|
|
PQhostaddr 174 |
|
|
|
|
|
|
|
PQgssEncInUse 175 |
|
|
|