mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
Try to fix the build on Tru64; avoid single quotes because they get expanded by perl in the build system.
(cherry picked from commitbba8914af5
) (This used to be commita0e663ff2c
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
1e5418edbc
commit
f8ad02305f
@ -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"
|
||||
|
Reference in New Issue
Block a user