Use ranlib.
This commit is contained in:
parent
1f0ddf9cb6
commit
ac21cd813a
2 changed files with 4 additions and 2 deletions
|
@ -103,7 +103,7 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [
|
|||
CLEAN_LIB='${LIB}.a'
|
||||
;;
|
||||
*)
|
||||
AC_MSG_RESULT(POSIX)
|
||||
AC_MSG_RESULT(GNU)
|
||||
LIB_CPPFLAGS='-DPIC'
|
||||
LIB_CFLAGS='-fPIC'
|
||||
LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue