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

Collapse All | Expand All

(-)openssh-7.3p1.orig/configure.ac (-2 / +2 lines)
Lines 816-825 main() { if (NSVersionOfRunTimeLibrary(" Link Here
816
		seccomp_audit_arch=AUDIT_ARCH_MIPSEL
816
		seccomp_audit_arch=AUDIT_ARCH_MIPSEL
817
		;;
817
		;;
818
	mips64-*)
818
	mips64-*)
819
		seccomp_audit_arch=AUDIT_ARCH_MIPS64
819
		seccomp_audit_arch=AUDIT_ARCH_MIPS64N32
820
		;;
820
		;;
821
	mips64el-*)
821
	mips64el-*)
822
		seccomp_audit_arch=AUDIT_ARCH_MIPSEL64
822
		seccomp_audit_arch=AUDIT_ARCH_MIPSEL64N32
823
		;;
823
		;;
824
	esac
824
	esac
825
	if test "x$seccomp_audit_arch" != "x" ; then
825
	if test "x$seccomp_audit_arch" != "x" ; then

Return to bug 591392