diff options
author | David Tardon <dtardon@redhat.com> | 2013-08-12 09:39:59 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-08-12 09:48:14 +0200 |
commit | b74bf4146e866fbcd41ad075296c9a4eee16c829 (patch) | |
tree | de478012eab2dd3b2fdab4dfc3dbb847824712d3 /RepositoryExternal.mk | |
parent | e3ed1be22214b7ec4039f485c6d2abd4bf5f5ad0 (diff) |
only use the SSPI support with internal neon
neon 0.30.0 has added support for SSPI (author of the commit is kso,
which sounds familiar :-), so NE_FEATURE_SSPI is defined, but the
signature of ne_auth_creds remains the same as before. That means that
build with system neon 0.30.0 fails...
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index f866957e5748..8c19c2787808 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -867,6 +867,7 @@ ifeq ($(SYSTEM_NEON),YES) define gb_LinkTarget__use_neon $(call gb_LinkTarget_add_defs,$(1),\ -DNEON_VERSION=0x$(NEON_VERSION) \ + -DSYSTEM_NEON \ ) $(call gb_LinkTarget_set_include,$(1),\ $$(INCLUDE) \ |