View | Details | Raw Unified | Return to bug 178732 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2015-08-05 09:20:32 UTC
2
+++ configure
3
@@ -5863,7 +5863,7 @@ case $cf_cv_system_name in
4
 	LD_RPATH_OPT="-Wl,-rpath,"
5
 	;;
6
 (dragonfly*|freebsd*)
7
-	LD_RPATH_OPT="-rpath "
8
+	LD_RPATH_OPT="-Wl,-rpath,"
9
 	;;
10
 (netbsd*)
11
 	LD_RPATH_OPT="-Wl,-rpath,"

Return to bug 178732