# HG changeset patch # User Jonathan Schleifer # Date 1202675613 -3600 # Node ID e7d59a6ed4432348b30b4ff0b52c1a45c25efdab # Parent 9056897525e174464d474fbd649aa2551e04779d Added HG repo URL to buildsys as a comment. diff -r 9056897525e1 -r e7d59a6ed443 buildsys.mk.in --- a/buildsys.mk.in Sun Feb 10 15:52:46 2008 +0300 +++ b/buildsys.mk.in Sun Feb 10 21:33:33 2008 +0100 @@ -1,6 +1,8 @@ # # Copyright (c) 2007, Jonathan Schleifer # +# https://webkeks.org/hg/buildsys/ +# # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice is present in all copies. diff -r 9056897525e1 -r e7d59a6ed443 m4/buildsys.m4 --- a/m4/buildsys.m4 Sun Feb 10 15:52:46 2008 +0300 +++ b/m4/buildsys.m4 Sun Feb 10 21:33:33 2008 +0100 @@ -1,6 +1,8 @@ dnl dnl Copyright (c) 2007, Jonathan Schleifer dnl +dnl https://webkeks.org/hg/buildsys/ +dnl dnl Permission to use, copy, modify, and/or distribute this software for any dnl purpose with or without fee is hereby granted, provided that the above dnl copyright notice and this permission notice is present in all copies. @@ -104,7 +106,7 @@ AC_MSG_RESULT(POSIX) LIB_CPPFLAGS='-DPIC' LIB_CFLAGS='-fPIC' - LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}.${LIB_MINOR}.0' + LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}' LIB_PREFIX='lib' LIB_SUFFIX='.so' PLUGIN_CPPFLAGS='-DPIC'