[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-131-g4604590

Steffen Moeller moeller at debian.org
Fri Dec 31 16:46:22 UTC 2010


The following commit has been merged in the master branch:
commit 1ce006f2cfe3dee1fff394536135de778c0b72b0
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Dec 27 22:02:44 2010 +0100

    Added patch to help Makefile of samples

diff --git a/debian/patches/MakefileWrapper.patch b/debian/patches/MakefileWrapper.patch
index 4a4ab19..f0de413 100644
--- a/debian/patches/MakefileWrapper.patch
+++ b/debian/patches/MakefileWrapper.patch
@@ -1,7 +1,7 @@
 Index: boinc/samples/wrapper/Makefile
 ===================================================================
 --- boinc.orig/samples/wrapper/Makefile	2010-12-27 21:25:36.000000000 +0100
-+++ boinc/samples/wrapper/Makefile	2010-12-27 21:23:51.000000000 +0100
++++ boinc/samples/wrapper/Makefile	2010-12-27 23:21:11.000000000 +0100
 @@ -1,7 +1,7 @@
  # This should work on Linux.  Modify as needed for other platforms.
  
@@ -28,5 +28,6 @@ Index: boinc/samples/wrapper/Makefile
  	/bin/rm -f $(PROGS) *.o libstdc++.a
  
 -wrapper: wrapper.o libstdc++.a $(BOINC_LIB_DIR)/libboinc.a $(BOINC_API_DIR)/libboinc_api.a
+-	g++ $(CXXFLAGS) -o wrapper wrapper.o libstdc++.a -pthread -lboinc_api -lboinc
 +wrapper: wrapper.o libstdc++.a libboinc.a libboinc_api.a
- 	g++ $(CXXFLAGS) -o wrapper wrapper.o libstdc++.a -pthread -lboinc_api -lboinc
++	g++ $(CXXFLAGS) -o wrapper wrapper.o libstdc++.a -pthread libboinc_api.a libboinc.a
diff --git a/debian/patches/series b/debian/patches/series
index c49e39a..966ce74 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ generate_less.patch
 const_images.patch
 texfont_removal.patch
 Makefile_subdirs.patch
+MakefileWrapper.patch

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list