diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-05 23:51:54 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-05 23:51:54 +0000 |
commit | 2449154fd9ad54c13440a7ac60fe21d06259c803 (patch) | |
tree | cac5d006052f01ff0f467113fdc8aa8db215f209 /site/arm-linux-uclibc | |
parent | 510d1444511affbe1dce824740e925f3360ea82d (diff) |
site: Update for libnet. Add ac_libnet_have_packet_socket to any site files
that already had the existing libnet endianess definition. Also add libnet
definitions to i486 site file so it doesn't run those two tests.
Diffstat (limited to 'site/arm-linux-uclibc')
-rw-r--r-- | site/arm-linux-uclibc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/arm-linux-uclibc b/site/arm-linux-uclibc index 76a93f0f67..f33855f080 100644 --- a/site/arm-linux-uclibc +++ b/site/arm-linux-uclibc @@ -57,6 +57,7 @@ nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no} # libnet ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil} +ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} # screen screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} |