tIf no plugins are desired, do not link the main executable via. libtool (otherwise the link can fail when libtool tries to pull in dependencies, such as libvorbisfile.so) - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4cae52af1bf5ed78ffe386dce4d7cb911104e6d2
 (DIR) parent 466b6615b298df4f5521041662d45535d47e03aa
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 13 May 2002 16:04:06 +0000
       
       If no plugins are desired, do not link the main executable via. libtool
       (otherwise the link can fail when libtool tries to pull in dependencies,
       such as libvorbisfile.so)
       
       
       Diffstat:
         A src/fakelibtool.sh                  |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/fakelibtool.sh b/src/fakelibtool.sh
       t@@ -0,0 +1,4 @@
       +#!/bin/sh
       +# Discard the --mode=xxx argument to libtool, and then run the original command
       +shift
       +exec $*