summaryrefslogtreecommitdiff
path: root/www/aws/files/patch-include_include.gpr
blob: 04eaca066d29ca4c4bf2f6eccfa43a6e47889fc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- include/include.gpr.orig	2014-05-15 19:48:07.000000000 +0000
+++ include/include.gpr
@@ -31,6 +31,7 @@ library 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 --