Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 479820 | Differences between
and this patch

Collapse All | Expand All

(-)a/acinclude.m4 (-1 / +1 lines)
Lines 22-28 esac Link Here
22
AC_DEFUN(CHRPATH_LDRPATH_OPTION,
22
AC_DEFUN(CHRPATH_LDRPATH_OPTION,
23
[AC_REQUIRE([AC_CANONICAL_TARGET])[]dnl
23
[AC_REQUIRE([AC_CANONICAL_TARGET])[]dnl
24
case "$target" in
24
case "$target" in
25
	*-linux*)
25
	*-linux*|*-freebsd*)
26
		LDRPATH=-Wl,-rpath,
26
		LDRPATH=-Wl,-rpath,
27
		;;
27
		;;
28
	*-*-irix*|*-*-osf*)
28
	*-*-irix*|*-*-osf*)

Return to bug 479820