diff options
author | Ting Liu <b28495@freescale.com> | 2014-01-13 22:00:48 -0600 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-22 12:22:37 +0100 |
commit | cdf5ba8c0f7ae08c71cbca43c6f505331060df94 (patch) | |
tree | ce1c92a0e908a174b4a46726c9ff163c913195ef /meta-networking/recipes-support/ipsec-tools | |
parent | fdf356abf2bb2149fe594e849748a1e3ba4fee1d (diff) | |
download | meta-openembedded-cdf5ba8c0f7ae08c71cbca43c6f505331060df94.tar.gz |
ipsec-tools: fix unrecognised --without-gssapi option
Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/ipsec-tools')
-rw-r--r-- | meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb b/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb index fc39a55db..e93174534 100644 --- a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb +++ b/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb | |||
@@ -44,7 +44,6 @@ EXTRA_OECONF = "--with-kernel-headers=${STAGING_INCDIR} \ | |||
44 | --with-readline \ | 44 | --with-readline \ |
45 | --with-openssl=${STAGING_LIBDIR}/.. \ | 45 | --with-openssl=${STAGING_LIBDIR}/.. \ |
46 | --without-libradius \ | 46 | --without-libradius \ |
47 | --without-gssapi \ | ||
48 | --without-libpam \ | 47 | --without-libpam \ |
49 | --disable-security-context \ | 48 | --disable-security-context \ |
50 | --enable-shared \ | 49 | --enable-shared \ |