[pkg-boinc-commits] r436 - trunk/boinc-app-seti/debian/patches
Frank S. Thomas
fst-guest at costa.debian.org
Sat May 20 13:03:07 UTC 2006
Author: fst-guest
Date: 2006-05-20 13:03:06 +0000 (Sat, 20 May 2006)
New Revision: 436
Added:
trunk/boinc-app-seti/debian/patches/02_disable-static-linkage.dpatch
Modified:
trunk/boinc-app-seti/debian/patches/00list
Log:
Don't link libraries statically.
Modified: trunk/boinc-app-seti/debian/patches/00list
===================================================================
--- trunk/boinc-app-seti/debian/patches/00list 2006-05-17 14:03:17 UTC (rev 435)
+++ trunk/boinc-app-seti/debian/patches/00list 2006-05-20 13:03:06 UTC (rev 436)
@@ -1 +1,2 @@
01_build-fixes.dpatch
+02_disable-static-linkage.dpatch
Added: trunk/boinc-app-seti/debian/patches/02_disable-static-linkage.dpatch
===================================================================
--- trunk/boinc-app-seti/debian/patches/02_disable-static-linkage.dpatch 2006-05-17 14:03:17 UTC (rev 435)
+++ trunk/boinc-app-seti/debian/patches/02_disable-static-linkage.dpatch 2006-05-20 13:03:06 UTC (rev 436)
@@ -0,0 +1,37 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_disable-static-linkage.dpatch by Frank S. Thomas <frank at thomas-alfeld.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad boinc-app-seti-5.13+cvs20060510~/configure.ac boinc-app-seti-5.13+cvs20060510/configure.ac
+--- boinc-app-seti-5.13+cvs20060510~/configure.ac 2006-05-10 09:01:51.000000000 +0200
++++ boinc-app-seti-5.13+cvs20060510/configure.ac 2006-05-20 14:54:58.000000000 +0200
+@@ -156,15 +156,18 @@
+ AC_SYS_LARGEFILE
+ ACX_PTHREAD([AC_DEFINE(HAVE_PTHREAD,1, [Have pthread])])
+
+-STATIC_LIB_LIST="stdc++ gcc gcc_eh gtk* gdk* gmodule gthread glib wx* tiff jpeg
+-png Xi glut socket z fftw3f"
++#STATIC_LIB_LIST="stdc++ gcc gcc_eh gtk* gdk* gmodule gthread glib wx* tiff jpeg
++#png Xi glut socket z fftw3f"
++#
++#case ${target} in
++# *-linux*) STATIC_LIB_LIST="${STATIC_LIB_LIST} nsl ssl crypto"
++# ;;
++# *-solaris*) STATIC_LIB_LIST="${STATIC_LIB_LIST} X* ssl crypto"
++# ;;
++#esac
+
+-case ${target} in
+- *-linux*) STATIC_LIB_LIST="${STATIC_LIB_LIST} nsl ssl crypto"
+- ;;
+- *-solaris*) STATIC_LIB_LIST="${STATIC_LIB_LIST} X* ssl crypto"
+- ;;
+-esac
++# This needs at least one word, so I'm using nolib, which isn't a lib. :-)
++STATIC_LIB_LIST="nolib"
+
+ # Checks for libraries.
+ CHECK_SSL
Property changes on: trunk/boinc-app-seti/debian/patches/02_disable-static-linkage.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-boinc-commits
mailing list