X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Configurations%2F90-team.conf;h=beb6ad866152b4af96756c5733da59a823552b2e;hb=d445302418b41b76c15e103954b1311d98077480;hp=0a83c22aaa1ebcc696110e78b728bb72c28def05;hpb=00606b06d5209368d1bd2fcab70bf6d9e2fe875f;p=oweals%2Fopenssl.git diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf index 0a83c22aaa..beb6ad8661 100644 --- a/Configurations/90-team.conf +++ b/Configurations/90-team.conf @@ -26,7 +26,7 @@ shared_target => "linux-shared", shared_cflag => "-fPIC", shared_ldflag => "-m64", - shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", + shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)", multilib => "64", }, "debug-linux-pentium" => { @@ -74,7 +74,7 @@ dso_scheme => "dlfcn", shared_target => "linux-shared", shared_cflag => "-fPIC", - shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", + shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)", }, "dist" => { cc => "cc", @@ -92,7 +92,7 @@ dso_scheme => "dlfcn", shared_target => "bsd-gcc-shared", shared_cflag => "-fPIC", - shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", + shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)", }, "darwin64-debug-test-64-clang" => { inherit_from => [ "x86_64_asm" ], @@ -107,6 +107,6 @@ shared_target => "darwin-shared", shared_cflag => "-fPIC -fno-common", shared_ldflag => "-arch x86_64 -dynamiclib", - shared_extension => ".\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", + shared_extension => ".\$(SHLIB_VERSION_NUMBER).dylib", }, );