From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YLSBv-0006ZP-74 for ptxdist@pengutronix.de; Wed, 11 Feb 2015 08:58:35 +0100 Received: by mail-wi0-f180.google.com with SMTP id z2so2775742wiv.1 for ; Tue, 10 Feb 2015 23:58:29 -0800 (PST) From: Oliver Graute Date: Wed, 11 Feb 2015 08:58:05 +0100 Message-Id: <1423641486-14340-3-git-send-email-oliver.graute@neuhaus.de> In-Reply-To: <1423641486-14340-1-git-send-email-oliver.graute@neuhaus.de> References: <1423641486-14340-1-git-send-email-oliver.graute@neuhaus.de> Subject: [ptxdist] [PATCHv2 3/4] apache2: add compile option --with-ssl --enable-ssl=shared Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Oliver Graute Signed-off-by: Oliver Graute --- rules/apache2.make | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/apache2.make b/rules/apache2.make index 98b628e..6700c23 100644 --- a/rules/apache2.make +++ b/rules/apache2.make @@ -39,7 +39,9 @@ APACHE2_CONF_OPT := \ --includedir=/usr/include/apache2 \ --enable-so \ --with-apr=$(PTXDIST_SYSROOT_CROSS)/bin/apr-config \ - --with-apr-util=$(PTXDIST_SYSROOT_CROSS)/bin/apu-config + --with-apr-util=$(PTXDIST_SYSROOT_CROSS)/bin/apu-config \ + --with-ssl=$(PTXDIST_SYSROOT_TARGET)/usr/lib/ssl \ + --enable-ssl=shared ifdef PTXCONF_APACHE2_MPM_PREFORK APACHE2_CONF_OPT += --with-mpm=prefork -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de