summaryrefslogtreecommitdiff
path: root/www/aws/files/patch-include_include.gpr
blob: 04e4aa0782a437b4d561f0aa8d4d9280277b129e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-include_include.gpr,v 1.1 2012/07/08 20:14:28 marino Exp $

--- include/include.gpr.orig	2011-01-25 20:52:57.000000000 +0000
+++ include/include.gpr
@@ -40,6 +40,7 @@ project Include is
 
    for Library_Name use "aws_include";
    for Library_Kind use Shared.Library_Type;
+   for Library_Options use ("-R", "-Wl,-R,@ADDITIONAL_RPATH@");
 
    ---------
    -- Ide --