mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNX
This commit is contained in:
parent
02c5f22ec8
commit
e1a95e7961
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user