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 <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
