fix build of postgresql with bundled zlib
Change-Id: I8a1a8b8e1437d79d4c262cb8521a1239c250699e
This commit is contained in:
@@ -31,6 +31,10 @@ else
|
||||
postgresql_CPPFLAGS := $(ZLIB_CFLAGS)
|
||||
postgresql_LDFLAGS :=
|
||||
|
||||
ifeq ($(SYSTEM_ZLIB),)
|
||||
postgresql_LDFLAGS += $(ZLIB_LIBS)
|
||||
endif
|
||||
|
||||
ifeq ($(DISABLE_OPENSSL),)
|
||||
ifeq ($(SYSTEM_OPENSSL),)
|
||||
postgresql_CPPFLAGS += -I$(call gb_UnpackedTarball_get_dir,openssl)/include
|
||||
|
Reference in New Issue
Block a user