#144 closed defect (fixed)
problem compiling file-3.36 when using automake-1.5
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
file-3.36 seems to need the line #include <stdint.h> to be added to readelf.h when using automake-1.5 to compile properly.
Note:
See TracTickets
for help on using tickets.
Thanks to Erika and hrandoz on #lfs for helping me with this
cp -f readelf.h readelf.h.backup && sed '/#define /a \ #include <stdint.h>' readelf.h.backup > readelf.h