Advertisement
Guest User

Untitled

a guest
Sep 30th, 2015
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. From 0dd55bbfb86065136b8055229e4029595a2bf5be Mon Sep 17 00:00:00 2001
  2. From: Donald Buczek <buczek@molgen.mpg.de>
  3. Date: Tue, 29 Sep 2015 23:27:05 +0200
  4. Subject: [PATCH] link postgresql with -lpthread
  5.  
  6. Change-Id: I643cbfaa035801d6acb32fead8f439e4d8a2be6f
  7. ---
  8. external/postgresql/ExternalProject_postgresql.mk | 1 +
  9. 1 file changed, 1 insertion(+)
  10.  
  11. diff --git a/external/postgresql/ExternalProject_postgresql.mk b/external/postgresql/ExternalProject_postgresql.mk
  12. index 42fa12f..c48c9a2 100644
  13. --- a/external/postgresql/ExternalProject_postgresql.mk
  14. +++ b/external/postgresql/ExternalProject_postgresql.mk
  15. @@ -41,6 +41,7 @@ endif
  16. ifeq ($(SYSTEM_OPENLDAP),)
  17. postgresql_CPPFLAGS += -I$(call gb_UnpackedTarball_get_dir,openldap)/include
  18. postgresql_LDFLAGS += \
  19. + -lpthread \
  20. -L$(call gb_UnpackedTarball_get_dir,openldap)/libraries/libldap_r/.libs \
  21. -L$(call gb_UnpackedTarball_get_dir,openldap)/libraries/libldap/.libs \
  22. -L$(call gb_UnpackedTarball_get_dir,openldap)/libraries/liblber/.libs \
  23. --
  24. 2.4.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement