Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: don't use rpath
--- vg.orig/Makefile
+++ vg/Makefile
@@ -128,8 +128,6 @@
 
 else
     # We are not running on OS X
-    # We can also have a normal Unix rpath
-    LD_LIB_FLAGS += -Wl,-rpath,$(CWD)/$(LIB_DIR)
     # Make sure to allow backtrace access to all our symbols, even those which are not exported.
     # Absolutely no help in a static build.
     LD_LIB_FLAGS += -rdynamic
