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

Collapse All | Expand All

(-)openssl-0.9.8c/Configure.orig (-1 / +1 lines)
Lines 1554-1560 Link Here
1554
EOF
1554
EOF
1555
	close(OUT);
1555
	close(OUT);
1556
} else {
1556
} else {
1557
	my $make_command = "make PERL=\'$perl\'";
1557
	my $make_command = "gmake PERL=\'$perl\'";
1558
	my $make_targets = "";
1558
	my $make_targets = "";
1559
	$make_targets .= " links" if $symlink;
1559
	$make_targets .= " links" if $symlink;
1560
	$make_targets .= " depend" if $depflags ne $default_depflags && $make_depend;
1560
	$make_targets .= " depend" if $depflags ne $default_depflags && $make_depend;

Return to bug 146316