mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
curl: Fix gnutls option (append ordering was incorrect)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -22,11 +22,12 @@ EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \
|
|||||||
--with-random=/dev/urandom \
|
--with-random=/dev/urandom \
|
||||||
--without-libidn \
|
--without-libidn \
|
||||||
--enable-crypto-auth \
|
--enable-crypto-auth \
|
||||||
|
${CURLGNUTLS} \
|
||||||
"
|
"
|
||||||
|
|
||||||
EXTRA_OECONF_append = " --with-gnutls=${STAGING_LIBDIR}/../"
|
CURLGNUTLS = " --with-gnutls=${STAGING_LIBDIR}/../"
|
||||||
EXTRA_OECONF_virtclass-native_append = " --without-gnutls"
|
CURLGNUTLS_virtclass-native = "--without-gnutls"
|
||||||
EXTRA_OECONF_virtclass-nativesdk_append = " --without-gnutls"
|
CURLGNUTLS_virtclass-nativesdk = "--without-gnutls"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g configure.ac
|
sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g configure.ac
|
||||||
|
|||||||
Reference in New Issue
Block a user