[Git][debian-gis-team/ogdi-dfsg][master] Add patch to link libm in libvpf. (closes: #964241)

Bas Couwenberg gitlab at salsa.debian.org
Sat Jul 4 07:38:46 BST 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg


Commits:
78ceca2c by Bas Couwenberg at 2020-07-04T08:34:55+02:00
Add patch to link libm in libvpf. (closes: #964241)

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/libm.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+ogdi-dfsg (4.1.0+ds-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add patch to link libm in libvpf.
+    (closes: #964241)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 04 Jul 2020 08:19:54 +0200
+
 ogdi-dfsg (4.1.0+ds-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/libm.patch
=====================================
@@ -0,0 +1,26 @@
+Description: Link to libm for sincos/cos/acos.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug-Debian: https://bugs.debian.org/964241
+
+--- a/vpflib/makefile
++++ b/vpflib/makefile
+@@ -33,6 +33,8 @@ INCLUDES = $(CURRENT_INCLUDE) $(GENERAL_
+ CFLAGS 	= $(INCLUDES) $(COMMON_CFLAGS) $(UNIX_DEFINE) \
+ 	-DSYS_BIG_ENDIAN=$(BIG_ENDIAN)
+ 
++LINK_LIBS = $(MATH_LINKLIB)
++
+ include $(TOPDIR)/config/common.mak
+ 
+ ifeq ($(HAVE_ICONV),yes)
+--- a/config/unix.mak
++++ b/config/unix.mak
+@@ -73,7 +73,7 @@ SYSTEM_INCLUDE	= $(patsubst %,$(INCL_SW)
+ #
+ 
+ RPC_LINKLIB	=
+-MATH_LINKLIB	= $(LIB_SW)m
++MATH_LINKLIB	= -lm
+ DL_LINKLIB	= 
+ 
+ LIBC_LINKLIB	= -lc


=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@ hardening
 spelling-errors
 install-so-link
 modules_path.patch
+libm.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/78ceca2ca428992b1174de78a97c134dfa8fbcc7

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/78ceca2ca428992b1174de78a97c134dfa8fbcc7
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/20200704/e4264745/attachment-0001.html>


More information about the Pkg-grass-devel mailing list