From patchwork Sun Apr 23 01:03:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Apolinarski X-Patchwork-Id: 1089 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 2D6F462276 for ; Sat, 22 Apr 2017 17:04:02 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 0D2E22884; Sat, 22 Apr 2017 17:03:59 +0200 (CEST) Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPS id 6D56E2884 for ; Sat, 22 Apr 2017 17:03:55 +0200 (CEST) Received: by mail-wm0-x243.google.com with SMTP id z129so9715743wmb.1 for ; Sat, 22 Apr 2017 08:03:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=o1KtS8cTJwHWypAwl1Jw+j1xxRdIQf3oCw7sow6WwnI=; b=kxuhzIa/w2ujKov4jiAi+GfyqG7i5TrdtO/k34h3PHFIJOMzBnWfx+LpdoddQ4tbtY SIbN73FpYOqa8wTtsYmipwQnm/0MfBN3qlG1aq2vo57GPXQbZcu1LSi6JBhu/uBihdMA M83FZO01w04k0JUG0GnNBCKrWYvPsywTVBQpDMqBE1+P8LQVsv+lIJXPsOKGlkqU0nxU peme2i3y1FMubNsT3zrl1o/UXsWR+rL/IVtYweyTACyiGigTGnuwFKrRbndZozS4PdgZ jcja6gyPQoV9Gvcsubzmav5zQqULEQYBQrV+ZBVs5afTV3TN78H0ptL/zbcVnTEnKbXY JAcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=o1KtS8cTJwHWypAwl1Jw+j1xxRdIQf3oCw7sow6WwnI=; b=SdILohwosGZuTgWnDwv8NoKXZV65lPeFaDBn65zcnGRpzd6Z4U9YSoZ2r5ZD0UPffa 2mat3+rzbQpukZO/y918WiVDUICpMU+J2XZJjDyVXvmePV3MelIsOm2Dr8KbbQrSy9lR LVzAHNDkpsX46Qh/GdQazbCjfmBhLChXDxa9Z4nCNiHZwmPe4NIlL2PbyDC/VZjB6AOz tez5ZdZpsRftdt+JebW6PZP0s3LueLqj9DvsfxTylrwyat5bv7Wf2C3VB/T9kHs/rPCE jrNoDu0qhUE0xpsjlfdPviQZfAS4tnM65G3B1OfAzicI7T8kkX4tacf4GXQ/KBwYdtRG cLLw== X-Gm-Message-State: AN3rC/7m0WWvBmWvmxetLQ9kp1lQF/nXeov8o7szdtOQQw5/mcMVqENV 7NpJPcp8+kOl4AdzJjiDiA== X-Received: by 10.28.140.132 with SMTP id o126mr3149705wmd.67.1492873434918; Sat, 22 Apr 2017 08:03:54 -0700 (PDT) Received: from localhost.localdomain (dslb-088-074-015-245.088.074.pools.vodafone-ip.de. [88.74.15.245]) by smtp.gmail.com with ESMTPSA id i21sm15539280wrc.50.2017.04.22.08.03.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 22 Apr 2017 08:03:54 -0700 (PDT) From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: [PATCH 1/2] apr and aprutil: Added as requirement for Apache 2.4 Date: Sat, 22 Apr 2017 17:03:43 +0200 Message-Id: <1492873424-2200-1-git-send-email-wolfgang.apolinarski@googlemail.com> X-Mailer: git-send-email 2.7.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Wolfgang Apolinarski Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - APR is a requirement for building Apache httpd 2.4 - APR-Util is a requirement for building Apache httpd 2.4 --- config/rootfiles/common/apache2 | 8 ++-- config/rootfiles/common/apr | 53 ++++++++++++++++++++++++++ config/rootfiles/common/aprutil | 50 ++++++++++++++++++++++++ lfs/apr | 84 +++++++++++++++++++++++++++++++++++++++++ lfs/aprutil | 84 +++++++++++++++++++++++++++++++++++++++++ make.sh | 2 + 6 files changed, 277 insertions(+), 4 deletions(-) create mode 100644 config/rootfiles/common/apr create mode 100644 config/rootfiles/common/aprutil create mode 100644 lfs/apr create mode 100644 lfs/aprutil