summaryrefslogtreecommitdiff
path: root/lib/replace/libreplace_ld.m4
diff options
context:
space:
mode:
authorMatt Kraai <mkraai@beckman.com>2009-08-07 13:58:52 -0700
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-08-08 11:18:29 +0200
commite1a95e7961a4ffe67ee7abe61faad0e7e65417d6 (patch)
tree48c4349953314cc0295505dc4717bb403ace0086 /lib/replace/libreplace_ld.m4
parent02c5f22ec876d6b243f77227a0f1328482eb9f07 (diff)
downloadsamba-e1a95e7961a4ffe67ee7abe61faad0e7e65417d6.tar.gz
samba-e1a95e7961a4ffe67ee7abe61faad0e7e65417d6.tar.bz2
samba-e1a95e7961a4ffe67ee7abe61faad0e7e65417d6.zip
libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNX
Diffstat (limited to 'lib/replace/libreplace_ld.m4')
-rw-r--r--lib/replace/libreplace_ld.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/libreplace_ld.m4 b/lib/replace/libreplace_ld.m4
index 3982bbacc8..bf0df6186d 100644
--- a/lib/replace/libreplace_ld.m4
+++ b/lib/replace/libreplace_ld.m4
@@ -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*)