0001-flex-disable-documentation.patch 943 B

1234567891011121314151617181920212223242526272829303132333435
  1. From a98443c6a72d5821d4e0152311e5c3eb4cdff25c Mon Sep 17 00:00:00 2001
  2. From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
  3. Date: Wed, 13 Sep 2017 17:26:48 +0300
  4. Subject: [PATCH] flex: disable documentation
  5. Since we prevent the flex binary to be built, we also need to prevent
  6. the documentation to be built, otherwise it will fail like this:
  7. Making all in doc
  8. make[2]: Entering directory '/br/output/build/flex-2.6.4/doc'
  9. make[2]: *** No rule to make target '../src/flex', needed by 'flex.1'.
  10. Stop.
  11. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
  12. [Adrian: patch Makefile.am instead of Makefile.in]
  13. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
  14. ---
  15. Makefile.am | 1 -
  16. 1 file changed, 1 deletion(-)
  17. diff --git a/Makefile.am b/Makefile.am
  18. index 638c549..9db3420 100644
  19. --- a/Makefile.am
  20. +++ b/Makefile.am
  21. @@ -43,7 +43,6 @@ EXTRA_DIST = \
  22. SUBDIRS = \
  23. src \
  24. - doc \
  25. examples \
  26. po \
  27. tests \
  28. --
  29. 2.14.1