summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-10 22:48:20 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-11 11:57:16 +0100
commitad40015ac4eb17e9b2bd337ec81b745cfede5b5b (patch)
tree63fae35f547c7ba0e2b29e14e80d4b630a80aab6 /external
parentd744bcae5da339a1d365e37a4223212ae3560f7e (diff)
normalize values of WITH_GSSAPI/WITH_KRB5
Change-Id: I72c67d5a4987f25ddfa21d93a89b0ceae40c9e81
Diffstat (limited to 'external')
-rw-r--r--external/postgresql/ExternalProject_postgresql.mk4
1 files changed, 2 insertions, 2 deletions
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" \