File: remove_static.patch

package info (click to toggle)
autodock-vina 1.2.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116,952 kB
  • sloc: cpp: 8,029; python: 3,325; sh: 70; makefile: 50
file content (17 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Steffen Moeller
Last-Update: 2011-05-12
Description: dynamically link binaries
Reviewed-By: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed

--- autodock-vina.orig/build/linux/release/Makefile
+++ autodock-vina/build/linux/release/Makefile
@@ -1,7 +1,7 @@
 BASE=/usr
 BOOST_VERSION=
 BOOST_INCLUDE = $(BASE)/include
-C_PLATFORM=-static -pthread
+C_PLATFORM=-pthread
 GPP=g++
 C_OPTIONS= -O3 -DNDEBUG -std=c++11
 BOOST_LIB_VERSION=