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

Collapse All | Expand All

(-)openssl-0.9.8m.orig/Configure (+2 lines)
Lines 1512-1517 Link Here
1512
		}
1512
		}
1513
	}
1513
	}
1514
1514
1515
$shared_ldflag .= " -Wl,--version-script=openssl.ld";
1516
1515
open(IN,'<Makefile.org') || die "unable to read Makefile.org:$!\n";
1517
open(IN,'<Makefile.org') || die "unable to read Makefile.org:$!\n";
1516
unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "$Makefile.new";
1518
unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "$Makefile.new";
1517
open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n";
1519
open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n";
(-)openssl-0.9.8m/openssl.ld (+5 lines)
Added Link Here
1
OPENSSL_0.9.8 {
2
	 global:
3
		 *;
4
};
5
(-)openssl-0.9.8m/engines/openssl.ld (+5 lines)
Added Link Here
1
OPENSSL_0.9.8 {
2
	 global:
3
		 *;
4
};
5

Return to bug 547444