mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
Additionally potential rpath problems have been eliminated that will appear when xmlada is built in a staging area (seen and fixed in pkgsrc). This eliminates need for ldconfig, too. PR: ports/178144 Submitted by: John Marino <draco@marino.st>
12 lines
564 B
Text
12 lines
564 B
Text
$NetBSD: patch-ae,v 1.2 2012/07/08 20:03:08 marino Exp $
|
|
|
|
--- input_sources/input_sources.gpr.orig 2011-10-08 19:18:37.000000000 +0000
|
|
+++ input_sources/input_sources.gpr
|
|
@@ -8,6 +8,7 @@ project Input_Sources is
|
|
for Object_Dir use "obj/" & Project'Library_Kind;
|
|
for Library_Dir use "lib/" & Project'Library_Kind;
|
|
for Library_Version use "lib" & Project'Library_Name & ".so." & Shared.Version;
|
|
+ for Library_Options use ("-R", "-Wl,-R,@ADDITIONAL_RPATH@");
|
|
|
|
package Builder renames Shared.Builder;
|
|
package Compiler renames Shared.Compiler;
|