From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YLD7W-0001bd-Re for ptxdist@pengutronix.de; Tue, 10 Feb 2015 16:53:03 +0100 Received: by mail-we0-f175.google.com with SMTP id x3so9529043wes.6 for ; Tue, 10 Feb 2015 07:52:57 -0800 (PST) From: Oliver Graute Date: Tue, 10 Feb 2015 16:52:34 +0100 Message-Id: <1423583557-2560-2-git-send-email-oliver.graute@neuhaus.de> In-Reply-To: <1423583557-2560-1-git-send-email-oliver.graute@neuhaus.de> References: <1423583557-2560-1-git-send-email-oliver.graute@neuhaus.de> Subject: [ptxdist] [PATCH 2/4] added --with-ssl and --enabled-ssl option 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: OGR From: OGR 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..5739271 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