Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A1835180C7 for ; Mon, 20 Jul 2015 14:30:11 +0000 (UTC) Received: (qmail 41999 invoked by uid 500); 20 Jul 2015 14:30:11 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 41948 invoked by uid 500); 20 Jul 2015 14:30:11 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 41938 invoked by uid 99); 20 Jul 2015 14:30:11 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2015 14:30:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id CF390189B7C for ; Mon, 20 Jul 2015 14:30:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.501 X-Spam-Level: *** X-Spam-Status: No, score=3.501 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LINKBAIT=2.5, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id InXeOKm85-tK for ; Mon, 20 Jul 2015 14:30:01 +0000 (UTC) Received: from deepth.de (deepth.de [81.169.159.190]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 2EBFA4299A for ; Mon, 20 Jul 2015 14:30:01 +0000 (UTC) Received: from b2b-130-180-18-42.unitymedia.biz ([130.180.18.42] helo=[192.168.3.120]) by deepth.de with esmtpa (Exim 4.72) (envelope-from ) id 1ZHC4u-0000JA-AU for dev@subversion.apache.org; Mon, 20 Jul 2015 16:30:00 +0200 Subject: Re: 1.9/trunk build errors when building without OpenSSL To: dev@subversion.apache.org References: <55AD0392.9010609@egosoft.com> From: Stefan Hett Message-ID: <55AD05E8.3060109@egosoft.com> Date: Mon, 20 Jul 2015 16:30:00 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55AD0392.9010609@egosoft.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit added patchnotes: [[[ Fix building SVN under Windows without OpenSSL/Serf. * build/generator/gen_win.py (get_win_libs): skip serf/openssl dependencies, if these optional libs are not present ]]] Regards, Stefan