mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 11:20:04 -04:00
15 lines
410 B
Plaintext
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 --
|