From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 08/16] package/apr-util: add optional dependency to openssl
Date: Sun, 5 Oct 2014 20:39:02 +0200 [thread overview]
Message-ID: <20141005203902.5d8c5dcf@free-electrons.com> (raw)
In-Reply-To: <1412530744-20649-9-git-send-email-bernd.kuhls@t-online.de>
Dear Bernd Kuhls,
On Sun, 5 Oct 2014 19:38:56 +0200, Bernd Kuhls wrote:
> +ifeq ($(BR2_PACKAGE_OPENSSL),y)
> +APR_UTIL_CONF_OPTS += --with-crypto --with-openssl="$(STAGING_DIR)/usr"
> +APR_UTIL_DEPENDENCIES += openssl
> +else
> +APR_UTIL_CONF_OPTS += --without-ssl
> +endif
This looks weird, because there's no symmetry between --with-openssl
--with-crypto and --without-ssl. Isn't there an issue here?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-10-05 18:39 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-05 17:38 [Buildroot] [PATCH v2 00/16] New package Apache including mod_php Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 01/16] package/apr: Fix detection of rlimit and large file support Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 02/16] package/apr-util: Add expat hard-dependency Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 03/16] package/apr-util: Remove unused dependencies to neon and zlib Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 04/16] package/apr-util: make sqlite optional Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 05/16] package/apr-util: add optional dependency to berkeleydb Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 06/16] package/apr-util: add optional dependency to gdbm Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 07/16] package/apr-util: add optional dependency to mysql Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 08/16] package/apr-util: add optional dependency to openssl Bernd Kuhls
2014-10-05 18:39 ` Thomas Petazzoni [this message]
2014-10-05 18:47 ` Bernd Kuhls
2014-10-06 19:33 ` Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 09/16] package/php: Add support for GD module Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 10/16] package/php: Add support for mcrypt module Bernd Kuhls
2014-10-05 17:38 ` [Buildroot] [PATCH v2 11/16] package/php: Add support for mbstring module Bernd Kuhls
2014-10-05 17:39 ` [Buildroot] [PATCH v2 12/16] package/apr: Bump version to 1.5.1 Bernd Kuhls
2014-10-05 17:39 ` [Buildroot] [PATCH v2 13/16] package/apr: Fix for Apache when listening to multiple ports Bernd Kuhls
2014-10-05 17:39 ` [Buildroot] [PATCH v2 14/16] package/apr-util: Bump version to 1.5.4 Bernd Kuhls
2014-10-05 17:39 ` [Buildroot] [PATCH v2 15/16] Apache: New package Bernd Kuhls
2014-10-05 17:39 ` [Buildroot] [PATCH v2 16/16] package/php: Add Apache support Bernd Kuhls
2014-10-26 21:53 ` [Buildroot] [PATCH v2 00/16] New package Apache including mod_php Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141005203902.5d8c5dcf@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.