pkgsrc-ng/www/aws/patches/patch-include_include.gpr
2014-11-05 12:41:07 +01:00

15 lines
410 B
Plaintext

$NetBSD: patch-include_include.gpr,v 1.2 2013/07/07 23:46:50 marino Exp $
Fix RUNPATH on libraries
--- 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 --