diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 22:24:07 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-18 17:02:13 +0100 |
commit | a0e04a94170ffb54e8a809ed869a08af898fb723 (patch) | |
tree | 5f1277d48ac6f8b854c89a655bc52ced5b4becc7 /source3/lib | |
parent | f8ad02305fca3357e924c9c0e462b05b1452ae16 (diff) | |
download | samba-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/lib')
-rw-r--r-- | source3/lib/replace/libreplace_ld.m4 | 2 |
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" |