Mercurial > audlegacy
changeset 3831:2e30e8a4b421
soname fixups
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 21 Oct 2007 07:11:05 -0500 |
parents | 10053e99d90f |
children | 194c6d2c25bc |
files | m4/buildsys.m4 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/buildsys.m4 Sun Oct 21 07:08:31 2007 -0500 +++ b/m4/buildsys.m4 Sun Oct 21 07:11:05 2007 -0500 @@ -99,7 +99,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'