• 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/libldns/0004-Comment-out-debugging-remnants.patch
Bernd KuhlsBernd Kuhls committed 4a6602f77cf29 Mar 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 9720f6f7fdae210aa6d87d97324abd32e103dd16 Mon Sep 17 00:00:00 2001
2
From: Willem Toorop <willem@nlnetlabs.nl>
3
Date: Thu, 27 Nov 2014 16:50:33 +0100
4
Subject: [PATCH] Comment out debugging remnants
5
​
6
[Backport from upstream commit
7
a0a943d504debb05ce4d62ea81c2d218a6cc8727, needed for a following patch
8
fixing the build with Perl 5.10.]
9
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
10
---
11
 doc/doxyparse.pl | 4 ++--
12
 1 file changed, 2 insertions(+), 2 deletions(-)
13
​
14
diff --git a/doc/doxyparse.pl b/doc/doxyparse.pl
15
index a09b2e8..3f7897f 100755
16
--- a/doc/doxyparse.pl
17
+++ b/doc/doxyparse.pl
18
@@ -79,8 +79,8 @@ if (defined $options{'m'}) {
19
            my @parts = split /[\t ]*\|[\t ]*/, $_;
20
            $functions = shift @parts;
21
            $see_also = join ', ', @parts;
22
-           print "{$functions}\n";
23
-           print "{$see_also}\n";
24
+           #print "{$functions}\n";
25
+           #print "{$see_also}\n";
26
            my @funcs = split /[\t ]*,[\t ]*/, $functions;
27
            my @also = split /[\t ]*,[\t ]*/, $see_also;
28
            $manpages{$funcs[0]} = \@funcs;
29
-- 
30
2.6.4
31
​
  • 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.