mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 13:03:31 +00:00
ae268ce396
* Remove no-hard-link.patch
See eb64ceac7e
* Enable contrib tablefunc
* Enable more make parallel builds
* Fix libxml build issue
12 lines
345 B
Diff
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)
|