Files
termux-packages/packages/postgresql/src-backend-Makefile.patch
termux-pacman-bot e077f0a00a bump(main/postgresql): 16.1 (#18567)
* Remove no-hard-link.patch
  See eb64ceac7e

* Enable contrib tablefunc

* Enable more make parallel builds

* Fix libxml build issue
2023-11-29 02:35:05 +00:00

12 lines
345 B
Diff

--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -56,6 +56,8 @@
override LDFLAGS := $(LDFLAGS) $(LDFLAGS_EX) $(LDFLAGS_EX_BE)
+LIBS += -landroid-shmem -llog
+
##########################################################################
all: submake-libpgport submake-catalog-headers submake-utils-headers postgres $(POSTGRES_IMP)