• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/automake/0001-noman.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
Disable manpages build and installation, seems the bundled version of
2
help2man is somewhat old and breaks on modern distributions such as
3
Fedora 20, as reported by Kanibal on IRC.
4
​
5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
6
​
7
diff -Nura automake-1.14.1.orig/Makefile.in automake-1.14.1/Makefile.in
8
--- automake-1.14.1.orig/Makefile.in    2014-09-10 18:40:57.554164448 -0300
9
+++ automake-1.14.1/Makefile.in 2014-09-10 18:42:01.050348068 -0300
10
@@ -3387,7 +3387,7 @@
11
 check-am: all-am
12
    $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
13
 check: check-am
14
-all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(MANS) $(DATA)
15
+all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(DATA)
16
 installdirs:
17
    for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(amdir)" "$(DESTDIR)$(automake_acdir)" "$(DESTDIR)$(automake_internal_acdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(pkgvdatadir)" "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(system_acdir)" "$(DESTDIR)$(perllibdir)"; do \
18
      test -z "$$dir" || $(MKDIR_P) "$$dir"; \
19
@@ -3454,7 +3454,7 @@
20
    install-dist_automake_internal_acDATA install-dist_docDATA \
21
    install-dist_perllibDATA install-dist_pkgvdataDATA \
22
    install-dist_scriptDATA install-dist_system_acDATA \
23
-   install-info-am install-man install-nodist_perllibDATA
24
+   install-info-am install-nodist_perllibDATA
25
    @$(NORMAL_INSTALL)
26
    $(MAKE) $(AM_MAKEFLAGS) install-data-hook
27
 install-dvi: install-dvi-am
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.