Andreas Tille pushed to branch master at Debian Med / seaview
Commits: 5f6fd6ea by Andreas Tille at 2018-04-28T07:09:22+02:00 Add ldflags used in Makefile of last version to build successfully - - - - - 3 changed files: - debian/changelog - + debian/patches/re-add_missing_ldlibs.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Fri, 27 Apr 2018 17:20:34 +0200 ===================================== debian/patches/re-add_missing_ldlibs.patch ===================================== --- /dev/null +++ b/debian/patches/re-add_missing_ldlibs.patch @@ -0,0 +1,15 @@ +Description: Add ldflags used in Makefile of last version to build successfully +Author: Andreas Tille <[email protected]> +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 ===================================== --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +re-add_missing_ldlibs.patch View it on GitLab: https://salsa.debian.org/med-team/seaview/commit/5f6fd6ea53bb4a656b326e5b725d8cc363098c2a --- View it on GitLab: https://salsa.debian.org/med-team/seaview/commit/5f6fd6ea53bb4a656b326e5b725d8cc363098c2a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
