Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 26EDE200C64 for ; Fri, 28 Apr 2017 17:05:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 25987160BA3; Fri, 28 Apr 2017 15:05:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6CC8B160B8C for ; Fri, 28 Apr 2017 17:05:32 +0200 (CEST) Received: (qmail 61530 invoked by uid 500); 28 Apr 2017 15:05:31 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 61520 invoked by uid 99); 28 Apr 2017 15:05:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Apr 2017 15:05:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 14242CDA03 for ; Fri, 28 Apr 2017 15:05:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.144 X-Spam-Level: X-Spam-Status: No, score=-2.144 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.796, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id D1m7Otg08ATX for ; Fri, 28 Apr 2017 15:05:29 +0000 (UTC) Received: from resqmta-po-04v.sys.comcast.net (resqmta-po-04v.sys.comcast.net [96.114.154.163]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id E751D5FCAA for ; Fri, 28 Apr 2017 15:05:28 +0000 (UTC) Received: from resomta-po-04v.sys.comcast.net ([96.114.154.228]) by resqmta-po-04v.sys.comcast.net with SMTP id 47SPdoxOUz0b747Sadr7EP; Fri, 28 Apr 2017 15:05:28 +0000 Received: from [192.168.199.10] ([69.251.90.98]) by resomta-po-04v.sys.comcast.net with SMTP id 47SZd1zbWiPzB47SZdkihr; Fri, 28 Apr 2017 15:05:28 +0000 From: Jim Jagielski Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: mod_brotli in 2.4.x is missing a few Makefile changes Date: Fri, 28 Apr 2017 11:05:26 -0400 References: <60c3f5d5-8e7e-19b0-4641-cdace2d6cb4f@gknw.net> <5e1b0bac-3a61-50a0-9c84-2890b3776cba@gknw.net> <7087D47B-D273-4FC2-8F00-8561B4F1C6E0@jaguNET.com> <4kh6gc1salhkrvqpio7dkh9dk57dpaco5a@4ax.com> To: dev@httpd.apache.org In-Reply-To: <4kh6gc1salhkrvqpio7dkh9dk57dpaco5a@4ax.com> Message-Id: <2087F2D7-7BFD-41F2-A2E0-2970E2E421D1@jaguNET.com> X-Mailer: Apple Mail (2.3273) X-CMAE-Envelope: MS4wfG3H2WS3iw/qr/RSaqgDJ207XWj9aTMGckqUiOyu74gaDR+kN4wBIB6aPvaBBPvAF/YHwC99d0L0tvPjWvzn6yMX6G6cZNnGk1msnykz5i7+od5RGToz JvUsy2oNIk/dzsV3B8xtac3vhXsivC8cTqkYYLhWMj5mH1yaZKE/zMkR archived-at: Fri, 28 Apr 2017 15:05:33 -0000 OK, thx for clearing that up. Cheers! > On Apr 28, 2017, at 9:50 AM, Jan Ehrhardt wrote: > > Jim Jagielski in gmane.comp.apache.devel (Fri, 28 Apr 2017 09:29:01 > -0400): >> Are these issues with *building* the brotli library during >> the configure/make of httpd? > > No, building the brotli library itself is a CMake thing. Something like > > CMake -G "Visual Studio 14 2015 Win64" -DBUILD_SHARED_LIBS=OFF . > msbuild brotli.sln /P:Configuration=MinSizeRel > >> Why, exactly, are we doing this if this is, in fact, what >> we are doing? Just curious why we are taking this dependency >> on directly. > > The dependency on libapr-1.lib, libaprutil-1.lib and libhttpd.lib > (besides brotlicommon.lib and brotlienc.lib) is when building > mod_brotli.so. > -- > Jan >