chiark / gitweb /
preload-hacks: Some patches to make it work.
[termux-packages] / packages / postgresql / src-backend-Makefile.patch
1 diff -u -r ../postgresql-9.6.1/src/backend/Makefile ./src/backend/Makefile
2 --- ../postgresql-9.6.1/src/backend/Makefile    2016-10-24 20:08:51.000000000 +0000
3 +++ ./src/backend/Makefile      2017-03-04 23:18:25.301563453 +0000
4 @@ -49,6 +49,8 @@
5  LIBS += -lsystemd
6  endif
7  
8 +LIBS += -landroid-shmem -llog
9 +
10  ##########################################################################
11  
12  all: submake-libpgport submake-schemapg postgres $(POSTGRES_IMP)