]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
disable soname on Linux until we do more testing
authorAlan T. DeKok <aland@freeradius.org>
Fri, 19 Jul 2019 13:12:31 +0000 (09:12 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 19 Jul 2019 13:12:31 +0000 (09:12 -0400)
scripts/jlibtool.c

index 041449d456bdcc21be797e42876b052def9d55f6..cbf3e5d8c72549c9b927e629e22fb375576d6788 100644 (file)
@@ -2081,7 +2081,7 @@ static void link_fixup(command_t *cmd)
                                /*
                                 *      Add the version as "libfoo.so.PROGRAM_VERSION"
                                 */
-#if defined(PROGRAM_VERSION) && !defined(__APPLE__)
+#if 0 && defined(PROGRAM_VERSION) && !defined(__APPLE__)
                                strcat(tmp, "." STRINGIFY(PROGRAM_VERSION));
 #endif