#3591 closed enhancement (fixed)
Net-tools-CSV_20101030 build issue with 3.6 kernel
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
From Mark Devaney at lfs-dev:
kernel commit f80a3f62383bf673c310926d55142d51f118926d (https://lkml.org/lkml/2012/6/8/233) removes if_strip.h which breaks the Metricom radio support compilation in Net-tools-CSV_20101030 (lib/strip.c). This commit is in the latest 3.6 kernel.
below switches default compilation of that to "no" so that usual yes "" | make config will not try to build the broken package.
sed -i -e '/HAVE_HWSTRIP y/s/y$/n/' config.in
Note:
See TracTickets
for help on using tickets.
Fixed at revision 10734.