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.
13 lines
442 B
13 lines
442 B
8 years ago
|
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
|
||
|
|
||
8 years ago
|
+LIBS += -landroid-shmem -llog
|
||
8 years ago
|
+
|
||
|
##########################################################################
|
||
|
|
||
|
all: submake-libpgport submake-schemapg postgres $(POSTGRES_IMP)
|