mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 20:11:06 +01:00
sys/amd64/conf/LINT-NOINET{6,}: don't set WITHOUT_INET{6,}_SUPPORT
Previously, it was necessary to set WITHOUT_INET_SUPPORT when building the kernel without INET, and WITHOUT_INET6_SUPPORT when building the kernel without INET6, or else the modules build would fail. The LINT-NOINET and LINT-NOINET6 configs did this using makeoptions. After recent changes, this is no longer required, so remove these makeoptions. This avoids masking potential future build issues when these aren't set. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1255
This commit is contained in:
parent
0e2ce86627
commit
bfd248f59d
@ -1,7 +1,4 @@
|
||||
|
||||
include LINT
|
||||
ident LINT-NOINET
|
||||
makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT="
|
||||
nooptions INET
|
||||
nodevice gre
|
||||
nodevice netmap
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
include LINT
|
||||
ident LINT-NOINET6
|
||||
makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT="
|
||||
nooptions INET6
|
||||
|
Loading…
Reference in New Issue
Block a user