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
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