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

Steffen Moeller moeller at debian.org
Sun Dec 5 15:27:13 UTC 2010


The following commit has been merged in the master branch:
commit 698b8b01ae9bb277ed6275edb825c970cd89bd56
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Dec 5 16:28:12 2010 +0100

    Fixed order of libraries in lib.

diff --git a/debian/patches/lib_Makefile_am_order.patch b/debian/patches/lib_Makefile_am_order.patch
new file mode 100644
index 0000000..6f03c89
--- /dev/null
+++ b/debian/patches/lib_Makefile_am_order.patch
@@ -0,0 +1,11 @@
+Index: boinc/lib/Makefile.am
+===================================================================
+--- boinc.orig/lib/Makefile.am	2010-12-05 16:21:17.000000000 +0100
++++ boinc/lib/Makefile.am	2010-12-05 16:21:26.000000000 +0100
+@@ -208,5 +208,5 @@
+ msg_test_LDADD = $(LIBBOINC)
+ crypt_prog_SOURCES = crypt_prog.cpp 
+ crypt_prog_CXXFLAGS = $(PTHREAD_CFLAGS)
+-crypt_prog_LDADD = $(LIBBOINC) $(LIBBOINC_CRYPT_STATIC) $(SSL_LIBS) 
++crypt_prog_LDADD = $(LIBBOINC_CRYPT_STATIC) $(LIBBOINC) $(SSL_LIBS) 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4a1b74b..1991a12 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+lib_Makefile_am_order.patch
 003_use_sensible-browser.patch 
 006_correct_catalog_path.patch
 200_don-t-assume_SCHED_BATCH_exist.patch

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list