[boinc] 03/03: Fix another underlink

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Thu Aug 20 17:54:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository boinc.

commit 4ba77f07932b3a7eb195f30f9ec6a868e68845bf
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Aug 20 19:54:01 2015 +0200

    Fix another underlink
---
 debian/changelog                      | 7 +++++++
 debian/patches/fix-underlinking.patch | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1fa132a..56c8e50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boinc (7.6.7+dfsg-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+  * link with GLU, to fix another missing library
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 20 Aug 2015 19:53:21 +0200
+
 boinc (7.6.6+dfsg-3exp1) experimental; urgency=medium
 
   * Upload to experimental again, with the boinc-server-* packages.
diff --git a/debian/patches/fix-underlinking.patch b/debian/patches/fix-underlinking.patch
index 0f33da2..739bde8 100644
--- a/debian/patches/fix-underlinking.patch
+++ b/debian/patches/fix-underlinking.patch
@@ -16,7 +16,7 @@ Bug-Debian: https://bugs.debian.org/794107
  libboinc_graphics2_la_SOURCES = $(graphics2_files)
  libboinc_graphics2_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/samples/image_libs
 -libboinc_graphics2_la_LDFLAGS = -L$(libdir) -rpath $(libdir) -version-number $(LIBBOINC_VERSION) -ljpeg
-+libboinc_graphics2_la_LDFLAGS = -L$(libdir) -rpath $(libdir) -version-number $(LIBBOINC_VERSION) -ljpeg -lGL -lglut -L../lib/.libs $(LIBBOINC)
++libboinc_graphics2_la_LDFLAGS = -L$(libdir) -rpath $(libdir) -version-number $(LIBBOINC_VERSION) -ljpeg -lGL -lGLU -lglut -L../lib/.libs $(LIBBOINC)
  endif #BUILD_GRAPHICS_API
  
  lib_LTLIBRARIES += libboinc_opencl.la

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list