0001-flex-disable-documentation.patch 630 B

1234567891011121314151617181920212223
  1. flex: disable documentation
  2. Since we prevent the flex binary to be built, we also need to prevent
  3. the documentation to be built, otherwise it will fail like this:
  4. Making all in doc
  5. make[2]: Entering directory '/br/output/build/flex-2.6.4/doc'
  6. make[2]: *** No rule to make target '../src/flex', needed by 'flex.1'.
  7. Stop.
  8. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
  9. diff -rup a/Makefile.in b/Makefile.in
  10. --- a/Makefile.in 2017-05-06 15:49:09.000000000 +0100
  11. +++ b/Makefile.in 2017-05-10 14:35:20.152794902 +0100
  12. @@ -450,7 +450,6 @@ EXTRA_DIST = \
  13. SUBDIRS = \
  14. src \
  15. - doc \
  16. examples \
  17. po \
  18. tests \