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 <[email protected]>  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 <[email protected]>
+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.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to