summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-13 04:46:11 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-18 17:02:12 +0100
commitf8ad02305fca3357e924c9c0e462b05b1452ae16 (patch)
treef52ced1266aa6f95c3bff3f7ddea22170709e565 /source3
parent1e5418edbc370e87293c324eae54372a495bb932 (diff)
downloadsamba-f8ad02305fca3357e924c9c0e462b05b1452ae16.tar.gz
samba-f8ad02305fca3357e924c9c0e462b05b1452ae16.tar.bz2
samba-f8ad02305fca3357e924c9c0e462b05b1452ae16.zip
Try to fix the build on Tru64; avoid single quotes because they get expanded by perl in the build system.
(cherry picked from commit bba8914af56cb161c275fbbdea2479d6f8bd703c) (This used to be commit a0e663ff2c6548e48c9710e3fb314f3bbabb59d0)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/replace/libreplace_ld.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/libreplace_ld.m4 b/source3/lib/replace/libreplace_ld.m4
index cb8e21434e..0ca6f7a34d 100644
--- a/source3/lib/replace/libreplace_ld.m4
+++ b/source3/lib/replace/libreplace_ld.m4
@@ -265,7 +265,7 @@ AC_DEFUN([AC_LIBREPLACE_LD_SHLIB_ALLOW_UNDEF_FLAG],
LD_SHLIB_ALLOW_UNDEF_FLAG="-Wl,--allow-shlib-undefined"
;;
*osf*)
- LD_SHLIB_ALLOW_UNDEF_FLAG="-expect_unresolved '*'"
+ LD_SHLIB_ALLOW_UNDEF_FLAG="-Wl,-expect_unresolved,*"
;;
*darwin*)
LD_SHLIB_ALLOW_UNDEF_FLAG="-undefined dynamic_lookup"