summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-14 22:24:07 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-18 17:02:13 +0100
commita0e04a94170ffb54e8a809ed869a08af898fb723 (patch)
tree5f1277d48ac6f8b854c89a655bc52ced5b4becc7 /source3
parentf8ad02305fca3357e924c9c0e462b05b1452ae16 (diff)
downloadsamba-a0e04a94170ffb54e8a809ed869a08af898fb723.tar.gz
samba-a0e04a94170ffb54e8a809ed869a08af898fb723.tar.bz2
samba-a0e04a94170ffb54e8a809ed869a08af898fb723.zip
libreplace: Escape asterisk.
(cherry picked from commit df36c78549b40ee5e47d5cc79de2eb79f58c567a) (This used to be commit 174a45ec18fff064d89f6a12b044973ab3c10c54)
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 0ca6f7a34d..2aec698967 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="-Wl,-expect_unresolved,*"
+ LD_SHLIB_ALLOW_UNDEF_FLAG="-Wl,-expect_unresolved,\"*\""
;;
*darwin*)
LD_SHLIB_ALLOW_UNDEF_FLAG="-undefined dynamic_lookup"