From 8f13ff5cfeb4cd6f4102cd0448a9f5dfa089491e Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 5 Sep 2017 22:22:07 +0200 Subject: [PATCH] Add example for --debian --- bin/blhc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/blhc b/bin/blhc index daf5bd2..009aec9 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1586,6 +1586,13 @@ Use blhc with pbuilder. pbuilder path/to/package.dsc | tee path/log/file blhc path/to/file || echo flags missing +Assume this build log was created on a Debian system and thus don't warn about +missing PIE flags if the current architecture injects them automatically (this +is enabled in buildd mode per default). C<--arch> is necessary if the build +log contains no architecture information as written by dpkg-buildpackage. + + blhc --debian --all --arch=amd64 path/to/log/file + =head1 BUILDD TAGS The following tags are used in I<--buildd> mode. In braces the additional data -- 2.43.2