Project

General

Profile

« Previous | Next » 

Revision 11675

fix: /Makefile: $(macPostgresLibs): added libpq.5, which is needed by PostgreSQL 9.3

View differences:

Makefile
155 155
endef
156 156
libDest = /usr/lib/$(1)
157 157

  
158
macPostgresLibs := libcrypto libssl
159
macPostgresLibs := $(macPostgresLibs) $(macPostgresLibs:%=%.1.0.0)
158
macPostgresLibs := libcrypto libcrypto.1.0.0 libssl libssl.1.0.0 libpq.5
160 159
macPostgresLibs := $(macPostgresLibs:%=%.dylib)
161 160

  
162 161
define pg_ctl-Darwin

Also available in: Unified diff