From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Neumann Date: Thu, 11 Aug 2011 09:17:20 +0200 Subject: [Buildroot] BUG: no https support with midori In-Reply-To: <20110810233055.596f53cb@gmail.com> References: <20110810192520.7524c2ab@gmail.com> <1313004810.8441.3.camel@bender> <20110810233055.596f53cb@gmail.com> Message-ID: <1313047041.16546.2.camel@sven> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi, On Wed, 2011-08-10 at 23:30 +0200, Frederic Bassaler wrote: > Sorry I forgot to tell, but I did remove the --disable-ssl configuration > directive in libsoup.mk > > As shown below, configure fails to find the libgcrypt library... > > Does it work for you? (Maybe I have to delete my output directory and > rebuild again from scratch) It works for me. But I've just checked and it appears that we have the following in libsoup.mk: ifeq ($(BR2_PACKAGE_GNUTLS),y) LIBSOUP_DEPENDENCIES += gnutls LIBSOUP_CONF_OPT += --enable-ssl \ --with-libgcrypt-prefix=$(STAGING_DIR)/usr else LIBSOUP_CONF_OPT += --disable-ssl endif You might also try "--without-libgcrypt-prefix". I heard rumours that this would work as well. Sven