Fix -soname.
This commit is contained in:
parent
4cdf2dde37
commit
1d86e48884
2 changed files with 59 additions and 67 deletions
|
@ -104,7 +104,7 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [
|
|||
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue