[boinc-app-seti] 01/01: Fix build error

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Feb 23 15:14:59 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-app-seti.

commit f845986547e50773ae0be545a56a0b5478cbec85
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Feb 23 15:47:50 2015 +0100

    Fix build error
---
 debian/changelog                   |  1 +
 debian/patches/216-fix-build.patch | 15 +++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9db8d07..333c345 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ boinc-app-seti (7.28~svn2781-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Add d/p/215-remove-vfp-Chirp.patch and tweak 214_fix_armhf.patch,
     thanks Stephen Maclagan!
+  * d/p/216-fix-build.patch fix build error
 
  -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Mon, 23 Feb 2015 14:49:35 +0100
 
diff --git a/debian/patches/216-fix-build.patch b/debian/patches/216-fix-build.patch
new file mode 100644
index 0000000..64fa1cd
--- /dev/null
+++ b/debian/patches/216-fix-build.patch
@@ -0,0 +1,15 @@
+Description: fix build error
+
+diff --git a/tools/Makefile.am b/tools/Makefile.am
+index e4a45ee..e40a91f 100644
+--- a/tools/Makefile.am
++++ b/tools/Makefile.am
+@@ -18,7 +18,7 @@ CLIENT_C_FLAGS = $(CFLAGS) \
+ 
+ CLIENT_LD_FLAGS = $(PTHREAD_CFLAGS) $(LDFLAGS) $(PTHREAD_LIBS) $(BOINC_LIBS) 
+ 
+-noinst_PROGRAMS = fakedata workunit_resample readwu.so
++noinst_PROGRAMS = fakedata workunit_resample # readwu.so
+ 
+ fakedata_SOURCES = \
+     fakedata.cpp \
diff --git a/debian/patches/series b/debian/patches/series
index 4fdb8ef..ddf177f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@
 006_omitting_archs.patch
 007_worker_comments.patch
 215-remove-vfp-Chirp.patch
+216-fix-build.patch

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



More information about the pkg-boinc-commits mailing list