From ad40015ac4eb17e9b2bd337ec81b745cfede5b5b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 10 Mar 2014 22:48:20 +0100 Subject: normalize values of WITH_GSSAPI/WITH_KRB5 Change-Id: I72c67d5a4987f25ddfa21d93a89b0ceae40c9e81 --- external/postgresql/ExternalProject_postgresql.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'external') diff --git a/external/postgresql/ExternalProject_postgresql.mk b/external/postgresql/ExternalProject_postgresql.mk index 557dc48c6c7e..42fa12f6dc43 100644 --- a/external/postgresql/ExternalProject_postgresql.mk +++ b/external/postgresql/ExternalProject_postgresql.mk @@ -56,8 +56,8 @@ $(call gb_ExternalProject_get_state_target,postgresql,build) : --without-readline --disable-shared --with-ldap \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ $(if $(DISABLE_OPENSSL),,--with-openssl \ - $(if $(filter YES,$(WITH_KRB5)), --with-krb5) \ - $(if $(filter YES,$(WITH_GSSAPI)),--with-gssapi)) \ + $(if $(WITH_KRB5), --with-krb5) \ + $(if $(WITH_GSSAPI),--with-gssapi)) \ CPPFLAGS="$(postgresql_CPPFLAGS)" \ LDFLAGS="$(postgresql_LDFLAGS)" \ EXTRA_LDAP_LIBS="-llber -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4" \ -- cgit