mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
[master] Fixed unsupported vlan tag build issue
Merges in rt38677
This commit is contained in:
10
configure
vendored
10
configure
vendored
@@ -6570,6 +6570,16 @@ fi
|
||||
fi
|
||||
|
||||
|
||||
ac_fn_c_check_member "$LINENO" "struct tpacket_auxdata" "tp_vlan_tci" "ac_cv_member_struct_tpacket_auxdata_tp_vlan_tci" "#include <linux/if_packet.h>
|
||||
"
|
||||
if test "x$ac_cv_member_struct_tpacket_auxdata_tp_vlan_tci" = xyes; then :
|
||||
|
||||
$as_echo "#define VLAN_TCI_PRESENT 1" >>confdefs.h
|
||||
|
||||
|
||||
fi
|
||||
|
||||
|
||||
libbind=
|
||||
|
||||
# Check whether --with-libbind was given.
|
||||
|
Reference in New Issue
Block a user