diff mbox

[OpenWrt-Devel] libnet-1.2.x: enable HAVE_PACKET_SOCKET

Message ID 1463662622-15688-1-git-send-email-alin.nastac@gmail.com
State Changes Requested
Headers show

Commit Message

Alin Năstac May 19, 2016, 12:57 p.m. UTC
There is already a CONFIGURE_VAR set in here that seem
to have the same purpose, but it doesn't do the trick
in my cause (autoconf 2.69).
---
 libs/libnet-1.2.x/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

John Crispin June 7, 2016, 7:55 a.m. UTC | #1
On 19/05/2016 14:57, Alin Nastac wrote:
> There is already a CONFIGURE_VAR set in here that seem
> to have the same purpose, but it doesn't do the trick
> in my cause (autoconf 2.69).
> ---
>  libs/libnet-1.2.x/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libs/libnet-1.2.x/Makefile b/libs/libnet-1.2.x/Makefile
> index a791163..062c7b6 100644
> --- a/libs/libnet-1.2.x/Makefile
> +++ b/libs/libnet-1.2.x/Makefile
> @@ -39,6 +39,7 @@ CONFIGURE_ARGS += \
>  CONFIGURE_VARS += \
>  	ac_cv_libnet_endianess=$(ENDIANESS) \
>  	ac_libnet_have_pf_packet=yes \
> +	libnet_cv_have_packet_socket=yes \
>  	LL_INT_TYPE=libnet_link_linux
>  
>  define Build/Configure
> 

Hi,

this package is hosted on the github feed. can you pleases send a PRC
there ?

	John
diff mbox

Patch

diff --git a/libs/libnet-1.2.x/Makefile b/libs/libnet-1.2.x/Makefile
index a791163..062c7b6 100644
--- a/libs/libnet-1.2.x/Makefile
+++ b/libs/libnet-1.2.x/Makefile
@@ -39,6 +39,7 @@  CONFIGURE_ARGS += \
 CONFIGURE_VARS += \
 	ac_cv_libnet_endianess=$(ENDIANESS) \
 	ac_libnet_have_pf_packet=yes \
+	libnet_cv_have_packet_socket=yes \
 	LL_INT_TYPE=libnet_link_linux
 
 define Build/Configure