[SCM] BOINC packaging branch, master, updated. debian/7.0.27+dfsg-3-37-gf354b10

Steffen Moeller steffen_moeller at gmx.de
Mon Jul 2 14:22:47 UTC 2012


The following commit has been merged in the master branch:
commit f354b10b1b97becc6bb6b046cb9e5ce1fb8f7a6a
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Mon Jul 2 16:21:44 2012 +0200

    Added location for linking against libsched.

diff --git a/debian/patches/Missing_libSched.patch b/debian/patches/Missing_libSched.patch
new file mode 100644
index 0000000..23d5900
--- /dev/null
+++ b/debian/patches/Missing_libSched.patch
@@ -0,0 +1,26 @@
+Index: boinc/tools/Makefile.am
+===================================================================
+--- boinc.orig/tools/Makefile.am	2012-03-31 13:44:27.091110561 +0200
++++ boinc/tools/Makefile.am	2012-06-30 22:50:33.519053725 +0200
+@@ -24,7 +24,7 @@
+ 		run_in_ops
+ 
+ AM_CXXFLAGS += $(MYSQL_CFLAGS)
+-AM_LDFLAGS += -static
++AM_LDFLAGS += -static -L../sched
+ 
+ cancel_jobs_SOURCES = cancel_jobs.cpp
+ cancel_jobs_LDADD = $(SERVERLIBS)
+Index: boinc/vda/Makefile.am
+===================================================================
+--- boinc.orig/vda/Makefile.am	2012-03-31 13:44:27.175109414 +0200
++++ boinc/vda/Makefile.am	2012-06-30 22:52:03.037837461 +0200
+@@ -3,7 +3,7 @@
+ bin_PROGRAMS = vda vdad ssim
+ 
+ AM_CXXFLAGS += $(MYSQL_CFLAGS)
+-AM_LDFLAGS += -static
++AM_LDFLAGS += -static -L../sched
+ 
+ vda_SOURCES = vda.cpp vda_policy.cpp
+ vda_LDADD = $(SERVERLIBS)

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list