You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
442 B

diff -u -r ../postgresql-9.6.1/src/backend/Makefile ./src/backend/Makefile
--- ../postgresql-9.6.1/src/backend/Makefile 2016-10-24 20:08:51.000000000 +0000
+++ ./src/backend/Makefile 2017-03-04 23:18:25.301563453 +0000
@@ -49,6 +49,8 @@
LIBS += -lsystemd
endif
+LIBS += -landroid-shmem -llog
+
##########################################################################
all: submake-libpgport submake-schemapg postgres $(POSTGRES_IMP)