Description: Avoid rpath on Debian, at least in default configuration.
 See http://wiki.debian.org/RpathIssue.
Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569723
Reviewed-by: Stephen Leake <stephen_leake@stephe-leake.org>
Forwarded: not-needed

Index: gprbuild-1.3.0/share/gprconfig/linker.xml
===================================================================
--- gprbuild-1.3.0.orig/share/gprconfig/linker.xml	2010-03-03 07:19:37.000000000 -0500
+++ gprbuild-1.3.0/share/gprconfig/linker.xml	2010-03-03 07:36:53.000000000 -0500
@@ -246,7 +246,7 @@
 
    for Shared_Library_Suffix use ".so";
    for Library_Auto_Init_Supported use "true";
-   for Run_Path_Option  use ("-Wl,-rpath,");
+   for Run_Path_Option  use ();
     </config>
   </configuration>
 
