C library for portable packet creation and injection
Go to file
Adrian Reber 1da6e2bf6c
Fix file conflicts with libnet-devel
Trying to install libnet-devel.x86_64 and libnet-devel.i686 fails with

  file /usr/bin/libnet-config conflicts between attempted installs of libnet-devel-1.2-2.fc34.x86_64 and libnet-devel-1.2-2.fc34.i686

The file libnet-config contains for x86_64 the string 'lib64' and for
i686 'lib' which makes the devel packages not installable at the same
time.

Running 'libnet-config --libs' returns '-L/usr/lib64 -lnet' for x86_64
and without '64' for i686. As that is both the default location for
libraries it can be omitted which this patch does.

With this patch applied 'libnet-config --libs' returns just '-lnet'.

Signed-off-by: Adrian Reber <adrian@lisas.de>
2021-04-08 14:38:14 +02:00
tests Adds tests according to the CI 2018-06-29 18:10:21 +05:30
.gitignore Upgrade to 1.2 (#1912031) 2021-01-02 22:31:52 +01:00
libnet-config.patch Fix file conflicts with libnet-devel 2021-04-08 14:38:14 +02:00
libnet.spec Fix file conflicts with libnet-devel 2021-04-08 14:38:14 +02:00
sources Upgrade to 1.2 (#1912031) 2021-01-02 22:31:52 +01:00