blob: 5404fd7b00c8c0a5dc5c2eb4a0bbecd2d8712dce (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-pb,v 1.1 2013/05/23 13:12:13 ryoon Exp $
--- xulrunner/installer/libxul.pc.in.orig 2013-01-04 23:44:47.000000000 +0000
+++ xulrunner/installer/libxul.pc.in
@@ -7,5 +7,5 @@ Name: libxul
Description: The Mozilla Runtime and Embedding Engine
Version: %MOZILLA_VERSION%
Requires: %NSPR_NAME% >= %NSPR_VERSION%
-Libs: -L${sdkdir}/lib %MOZ_XUL_LINK%
+Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner %MOZ_XUL_LINK%
Cflags: -I${includedir} %WCHAR_CFLAGS%
|