Use ranlib.

This commit is contained in:
Jonathan Schleifer 2008-10-02 23:34:26 +02:00
parent 1f0ddf9cb6
commit ac21cd813a
2 changed files with 4 additions and 2 deletions

View file

@ -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}'