diff options
author | Matt Kraai <mkraai@beckman.com> | 2009-08-07 13:58:52 -0700 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-08-08 11:18:29 +0200 |
commit | e1a95e7961a4ffe67ee7abe61faad0e7e65417d6 (patch) | |
tree | 48c4349953314cc0295505dc4717bb403ace0086 /lib/replace | |
parent | 02c5f22ec876d6b243f77227a0f1328482eb9f07 (diff) | |
download | samba-e1a95e7961a4ffe67ee7abe61faad0e7e65417d6.tar.gz samba-e1a95e7961a4ffe67ee7abe61faad0e7e65417d6.tar.bz2 samba-e1a95e7961a4ffe67ee7abe61faad0e7e65417d6.zip |
libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNX
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/libreplace_ld.m4 | 2 |
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*) |