From 06e726efa532bb20cadb3e658f91280a81228db0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 26 Sep 2015 00:39:44 +0000 Subject: [PATCH] Build system: Remove -lm from gpio link line. libm is not used, and I'm told that introducing it as a dependency is not desirable. Not linking with -lm will ensure that we detect such mistakes. Signed-off-by: Ian Jackson --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index e39ecdb..d232620 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ wiringpi (2.28~iwj1) unstable; urgency=medium whose cgi programs may no longer work, etc. * Fix .so symlinks not to refer to build location (!) due to dh_install running after the corrected symlinks are made in debian/rules. + * Remove -lm from gpio link line. It is not used, and I'm told that + introducing it as a dependency is not desirable. Not linking with -lm + will ensure that we detect such mistakes. -- -- 2.30.2