aboutsummaryrefslogtreecommitdiff
path: root/libs/libnet-1.2.x
Commit message (Collapse)AuthorAge
* libnet-1.2.x: Enable pf_packet socket support by setting ↵Hans Dedecker2016-06-30
| | | | | | | | | libnet_cv_have_packet_socket to yes PF_PACKET support is not enabled by setting ac_libnet_have_pf_packet but by setting libnet_cv_have_packet_socket in the Makefile Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* libnet-1.2.x: fix uClibc regression caused by #1410Jo-Philipp Wich2015-06-29
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* libnet-1.2.x: fix musl compatiblityJo-Philipp Wich2015-06-17
| | | | | | | | | | | The correct includes for musl are protected by an __GLIBC__ check in the upstream sources. Since musl does not provide own defines to identify itself, simply invert the condition to !__UCLIBC__ in order to fix the build on all libc flavors supported by OpenWrt. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* libnet: add license infoMarko Ratkaj2015-06-09
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* libnet: add packageMislav Novakovic2015-05-26
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>