chiark / gitweb /
Build system: Remove -lm from gpio link line.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Sep 2015 00:39:44 +0000 (00:39 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 5 Oct 2015 13:20:49 +0000 (14:20 +0100)
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 <ijackson@chiark.greenend.org.uk>
debian/changelog

index e39ecdb2aa4b4255a8c8c061e968a7e201aa1ca1..d2326202adf6d472338cbc271bb245c8ca77207e 100644 (file)
@@ -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.
 
  --