- shared libraries are now built - sh lib versioning changed to follow redhat - install location changed. Most of it is now installed in /usr/local/[bin|lib|man] - allow seperate installation of libraries for runtime support of legacy applications
12 lines
543 B
Diff
12 lines
543 B
Diff
--- openssl-0.9.6k/Configure.orig 2003-10-02 10:59:28.409538000 +0200
|
|
+++ openssl-0.9.6k/Configure 2003-10-02 11:01:48.521291000 +0200
|
|
@@ -1006,7 +1006,7 @@
|
|
elsif ($shared_extension ne "" && $shared_extension =~ /^\.s([ol])\.[^\.]*\.[^\.]*$/)
|
|
{
|
|
my $sotmp = $1;
|
|
- s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp.\$(SHLIB_MAJOR) .s$sotmp/;
|
|
+ s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp.\$(SHLIB_SOVER) .s$sotmp/;
|
|
}
|
|
elsif ($shared_extension ne "" && $shared_extension =~ /^\.[^\.]*\.[^\.]*\.dylib$/)
|
|
{
|