[med-svn] r3365 - in trunk/packages/plink/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Tue May 5 08:20:16 UTC 2009
Author: tille
Date: 2009-05-05 08:20:16 +0000 (Tue, 05 May 2009)
New Revision: 3365
Added:
trunk/packages/plink/trunk/debian/patches/dynamic.patch
Modified:
trunk/packages/plink/trunk/debian/changelog
trunk/packages/plink/trunk/debian/patches/series
Log:
Prevent static linking by using flag provided in upstream makefile
Modified: trunk/packages/plink/trunk/debian/changelog
===================================================================
--- trunk/packages/plink/trunk/debian/changelog 2009-05-04 20:39:46 UTC (rev 3364)
+++ trunk/packages/plink/trunk/debian/changelog 2009-05-05 08:20:16 UTC (rev 3365)
@@ -3,8 +3,6 @@
* New upstream version
* debian/get-orig-source
* Standards-Version: 3.8.1 (no changes needed)
- * Applied gcc4.3 patch from gentoo (Thanks to Andrey Kislyuk
- <weaver at gentoo.org>)
* Moved plink executable to /usr/lib/plink and symlinked
/usr/bin/p-link to this location; renamed manpage accordingly
Added explicit hint in README.Debian how to proceed if you
@@ -13,6 +11,7 @@
* debian/patches/20_plink-1.06-gcc4.4.patch: Patch to compile
using gcc 4.4
* debian/rules: Make sure example data files are not executable
+ * debian/patches/dynamic.patch: do not link statically
-- Andreas Tille <tille at debian.org> Mon, 04 May 2009 10:17:04 +0200
Added: trunk/packages/plink/trunk/debian/patches/dynamic.patch
===================================================================
--- trunk/packages/plink/trunk/debian/patches/dynamic.patch (rev 0)
+++ trunk/packages/plink/trunk/debian/patches/dynamic.patch 2009-05-05 08:20:16 UTC (rev 3365)
@@ -0,0 +1,15 @@
+Author: Andreas Tille
+Puropose: Make sure plink will be statically linked and use option provided by
+ upstream to acomplish this
+License: same as plink itself.
+--- plink-1.06-src.orig/Makefile
++++ plink-1.06-src/Makefile
+@@ -27,7 +27,7 @@
+ FORCE_32BIT =
+ WITH_ZLIB =
+ WITH_LAPACK =
+-FORCE_DYNAMIC =
++FORCE_DYNAMIC = 1
+
+ # Put C++ compiler here; Windows has it's own specific version
+ CXX_UNIX = g++
Modified: trunk/packages/plink/trunk/debian/patches/series
===================================================================
--- trunk/packages/plink/trunk/debian/patches/series 2009-05-04 20:39:46 UTC (rev 3364)
+++ trunk/packages/plink/trunk/debian/patches/series 2009-05-05 08:20:16 UTC (rev 3365)
@@ -1 +1,2 @@
+dynamic.patch
20_plink-1.06-gcc4.4.patch
More information about the debian-med-commit
mailing list