From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YLSBx-0006ZU-7o for ptxdist@pengutronix.de; Wed, 11 Feb 2015 08:58:37 +0100 Received: by mail-wi0-f171.google.com with SMTP id hi2so9840142wib.4 for ; Tue, 10 Feb 2015 23:58:31 -0800 (PST) From: Oliver Graute Date: Wed, 11 Feb 2015 08:58:06 +0100 Message-Id: <1423641486-14340-4-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 4/4] apache2: copy mod_ssl.so to modules dir 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/apache2.make b/rules/apache2.make index 6700c23..76c86a2 100644 --- a/rules/apache2.make +++ b/rules/apache2.make @@ -131,6 +131,8 @@ endif $(PTXCONF_APACHE2_SERVERROOT)/conf/magic) @$(call install_copy, apache2, www, www, 0644, $(APACHE2_PKGDIR)/etc/mime.types, \ $(PTXCONF_APACHE2_SERVERROOT)/conf/mime.types) + @$(call install_copy, apache2, www, www, 0644, $(APACHE2_PKGDIR)/usr/modules/mod_ssl.so, \ + $(PTXCONF_APACHE2_SERVERROOT)/modules/mod_ssl.so) endif -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de