1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNX

This commit is contained in:
Matt Kraai 2009-08-07 13:58:52 -07:00 committed by Matthias Dieter Wallnöfer
parent 02c5f22ec8
commit e1a95e7961

View File

@ -208,7 +208,7 @@ AC_DEFUN([AC_LD_SONAMEFLAG],
AC_SUBST(SONAMEFLAG)
SONAMEFLAG=""
case "$host_os" in
*linux*|*gnu*)
*linux*|*gnu*|*qnx*)
SONAMEFLAG="-Wl,-soname="
;;
*solaris*)