From: Ian Jackson Date: Sat, 26 Sep 2015 00:39:44 +0000 (+0000) Subject: Build system: Remove -lm from gpio link line. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=06e726efa532bb20cadb3e658f91280a81228db0;p=wiringPi.git 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 --- 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. --