libnet 1.1.6: Fix for rootfile
Message ID | 1449342719-1517-1-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Accepted |
Commit | 600ac5c6573a2c942c462c0f2aa844a417da310d |
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 8642E61A8A for <patchwork@ipfire.org>; Sat, 5 Dec 2015 20:12:05 +0100 (CET) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 2EDD72213; Sat, 5 Dec 2015 20:12:05 +0100 (CET) Received: from Devel.localdomain (p5DD8309F.dip0.t-ipconnect.de [93.216.48.159]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id A920D1B39 for <development@lists.ipfire.org>; Sat, 5 Dec 2015 20:12:03 +0100 (CET) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] libnet 1.1.6: Fix for rootfile Date: Sat, 5 Dec 2015 20:11:59 +0100 Message-Id: <1449342719-1517-1-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.6.3 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
Dec. 6, 2015, 6:11 a.m. UTC
libnet 1.1.6: Fix for rootfile
See: https://forum.ipfire.org/viewtopic.php?f=27&t=15377, "error with
arping and libnet.so.1"
Should fix: Bug #10996 / https://bugzilla.ipfire.org/show_bug.cgi?id=10996
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
config/rootfiles/common/libnet | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Comments
Merged. Thanks. On Sat, 2015-12-05 at 20:11 +0100, Matthias Fischer wrote: > libnet 1.1.6: Fix for rootfile > > See: https://forum.ipfire.org/viewtopic.php?f=27&t=15377, "error with > arping and libnet.so.1" > Should fix: Bug #10996 / > https://bugzilla.ipfire.org/show_bug.cgi?id=10996 > > Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> > --- > config/rootfiles/common/libnet | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/config/rootfiles/common/libnet > b/config/rootfiles/common/libnet > index e36695e..ffa20fd 100644 > --- a/config/rootfiles/common/libnet > +++ b/config/rootfiles/common/libnet > @@ -9,9 +9,9 @@ > #usr/include/libnet/libnet-types.h > #usr/lib/libnet.a > #usr/lib/libnet.la > -#usr/lib/libnet.so > -#usr/lib/libnet.so.1 > -#usr/lib/libnet.so.1.7.0 > +usr/lib/libnet.so > +usr/lib/libnet.so.1 > +usr/lib/libnet.so.1.7.0 > #usr/share/man/man3/libnet-functions.h.3 > #usr/share/man/man3/libnet-macros.h.3 > #usr/share/man/man3/libnet.h.3