Commit 5f6fd6ea authored by Andreas Tille's avatar Andreas Tille
Browse files

Add ldflags used in Makefile of last version to build successfully

parent 23c1064a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ seaview (1:4.6.5-1) UNRELEASED; urgency=medium
  * New upstream version
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.4
  * Add ldflags used in Makefile of last version to build successfully

 -- Andreas Tille <tille@debian.org>  Fri, 27 Apr 2018 17:20:34 +0200

+15 −0
Original line number Diff line number Diff line
Description: Add ldflags used in Makefile of last version to build successfully
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 27 Apr 2018 17:20:34 +0200

--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
 CONFIG ?= fltk-config
 PDF_PS_FLAGS ?= -DNO_PDF
 
-EXTRALIBS = `$(CONFIG) --use-images --ldflags`
+EXTRALIBS = `$(CONFIG) --use-images --ldflags` -ldl -lpthread -lz
 
 CC = gcc
 CXX = g++

debian/patches/series

0 → 100644
+1 −0
Original line number Diff line number Diff line
re-add_missing_ldlibs.patch