squid 3.4.14: removed duplicate configure-option in lfs-file
Message ID | 1441351128-1425-2-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Accepted |
Commit | bc7cb3eaeb118fb524f05dffa8d525f1c14aff88 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id C6B4161388 for <patchwork@ipfire.org>; Fri, 4 Sep 2015 09:19:12 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 642CE9C8; Fri, 4 Sep 2015 09:19:09 +0200 (CEST) Received: from Devel.localdomain (p5790530B.dip0.t-ipconnect.de [87.144.83.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id ECD6919B for <development@lists.ipfire.org>; Fri, 4 Sep 2015 09:19:03 +0200 (CEST) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] squid 3.4.14: removed duplicate configure-option in lfs-file Date: Fri, 4 Sep 2015 09:18:48 +0200 Message-Id: <1441351128-1425-2-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.5.1 In-Reply-To: <1441351128-1425-1-git-send-email-matthias.fischer@ipfire.org> References: <1441351128-1425-1-git-send-email-matthias.fischer@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Matthias Fischer
Sept. 4, 2015, 5:18 p.m. UTC
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/squid | 1 -
1 file changed, 1 deletion(-)
Comments
Hi, a simple patch. Thank you for that. Merged. The issue that the From: field is broken is resolved as well. Best, -Michael On Fri, 2015-09-04 at 09:18 +0200, Matthias Fischer wrote: > Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> > --- > lfs/squid | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/lfs/squid b/lfs/squid > index 834df9a..de6c87d 100644 > --- a/lfs/squid > +++ b/lfs/squid > @@ -114,7 +114,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > --enable-cache-digests \ > --enable-forw-via-db \ > --enable-htcp \ > - --enable-linux-netfilter \ > --enable-kill-parent-hack \ > --disable-wccpv2 \ > --enable-icap-client \