Package: ncbi-vdb / 2.8.1+dfsg-2

debug_configure.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 12 Jul 2016 16:15:32 +0200
Description: Force debugging output (--with-debug in d/rules is ignored
 by the build system)

--- a/setup/konfigure.perl
+++ b/setup/konfigure.perl
@@ -435,6 +435,7 @@ if ($TOOLS =~ /gcc$/) {
 
 my @dependencies;
 
+$OPT{'debug'} = 1;
 my %DEPEND_OPTIONS;
 foreach my $href (DEPENDS()) {
     $_ = $href->{name};