[Git][debian-gis-team/ogdi-dfsg][master] Also link libm for cos() and related functions. (closes: #903683)
Bas Couwenberg
gitlab at salsa.debian.org
Fri Jul 13 06:21:10 BST 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg
Commits:
e9c5b6ad by Bas Couwenberg at 2018-07-13T06:54:38+02:00
Also link libm for cos() and related functions. (closes: #903683)
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ogdi-dfsg (3.2.1+ds-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Also link libm for cos() and related functions.
+ (closes: #903683)
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 13 Jul 2018 06:54:00 +0200
+
ogdi-dfsg (3.2.1+ds-3) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,8 @@ export TOPDIR=$(CURDIR)
export CFG=debug
# Don't treat format-security as an error, caused build failure.
-CFLAGS += -Wno-error=format-security
+# Also link libm for cos() and related functions.
+export DEB_CFLAGS_MAINT_APPEND=-Wno-error=format-security -lm
include /usr/share/dpkg/pkg-info.mk
View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/commit/e9c5b6ad8c75f5c815bdfdd84c9603f9c06f692d
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/commit/e9c5b6ad8c75f5c815bdfdd84c9603f9c06f692d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180713/1903e232/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list