[med-svn] r6826 - trunk/packages/autodock-vina/trunk/debian/patches

Steffen Möller moeller at alioth.debian.org
Thu May 12 11:02:42 UTC 2011


Author: moeller
Date: 2011-05-12 11:02:35 +0000 (Thu, 12 May 2011)
New Revision: 6826

Added:
   trunk/packages/autodock-vina/trunk/debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch
Modified:
   trunk/packages/autodock-vina/trunk/debian/patches/series
Log:
Remove --static from build instructions.


Added: trunk/packages/autodock-vina/trunk/debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch
===================================================================
--- trunk/packages/autodock-vina/trunk/debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch	                        (rev 0)
+++ trunk/packages/autodock-vina/trunk/debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch	2011-05-12 11:02:35 UTC (rev 6826)
@@ -0,0 +1,31 @@
+Index: autodock-vina-1.1.2/build/linux/debug/Makefile
+===================================================================
+--- autodock-vina-1.1.2.orig/build/linux/debug/Makefile	2011-05-12 12:12:05.436595114 +0200
++++ autodock-vina-1.1.2/build/linux/debug/Makefile	2011-05-12 12:12:31.592724707 +0200
+@@ -1,8 +1,8 @@
+-BASE=/usr/local
+-BOOST_VERSION=1_41
++BASE=/usr
++BOOST_VERSION=1_46
+ BOOST_INCLUDE = $(BASE)/include
+-C_PLATFORM=-static -pthread
+-GPP=/usr/local/bin/g++
++C_PLATFORM= -pthread
++GPP=g++
+ C_OPTIONS= -g
+ BOOST_LIB_VERSION=
+ 
+Index: autodock-vina-1.1.2/build/linux/release/Makefile
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ autodock-vina-1.1.2/build/linux/release/Makefile	2011-05-12 12:11:52.008527773 +0200
+@@ -0,0 +1,9 @@
++BASE=/usr
++BOOST_VERSION=1_46
++BOOST_INCLUDE = $(BASE)/include
++C_PLATFORM= -pthread
++GPP=g++
++C_OPTIONS= -O3 -DNDEBUG
++BOOST_LIB_VERSION=
++
++include ../../makefile_common

Modified: trunk/packages/autodock-vina/trunk/debian/patches/series
===================================================================
--- trunk/packages/autodock-vina/trunk/debian/patches/series	2011-05-12 09:42:44 UTC (rev 6825)
+++ trunk/packages/autodock-vina/trunk/debian/patches/series	2011-05-12 11:02:35 UTC (rev 6826)
@@ -1,2 +1,3 @@
+annoying_static_removed_was_in_for_a_reason_questionmark.patch
 top_level_Makefile.patch
 do_not_link_against_unneeded_libs.patch




More information about the debian-med-commit mailing list