public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libnet 1.1.6: Fix for rootfile
@ 2015-12-05 19:11 Matthias Fischer
  2015-12-11 18:49 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2015-12-05 19:11 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 892 bytes --]

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(a)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
-- 
2.6.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-11 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-05 19:11 [PATCH] libnet 1.1.6: Fix for rootfile Matthias Fischer
2015-12-11 18:49 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox