Files
pkgsrc-ng/www/aws/patches/patch-include_include.gpr
2013-09-26 17:14:40 +02:00

13 lines
384 B
Plaintext

$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 --