0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 13:03:31 +00:00
termux-packages/packages/postgresql/src-backend-Makefile.patch
Jia Yuan Lo ae268ce396
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 10:02:12 +08: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)