blob: 4542cbaec0b71d6fa938cad1776c4a561b704b4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-mozilla_xpcom_Makefile.in,v 1.1 2012/03/10 03:26:06 ryoon Exp $
--- mozilla/xpcom/Makefile.in.orig 2012-02-16 14:09:41.000000000 +0000
+++ mozilla/xpcom/Makefile.in
@@ -68,6 +68,10 @@ DIRS += windbgdlg
endif
endif
+ifeq ($(OS_ARCH),NetBSD)
+EXTRA_DSO_LDOPTS += -Wl,-rpath,${PREFIX}/lib/xulrunner-sdk/sdk/lib
+endif
+
ifdef ENABLE_TESTS
TOOL_DIRS += \
tests \
|