mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
r26512: Another attempt at fixing darwin
(This used to be commit 4fa04924ab
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
ac4237e997
commit
fe6faa4df2
@ -142,7 +142,7 @@ AC_DEFUN([AC_LIBREPLACE_LD_SHLIB_FLAGS],
|
||||
LD_SHLIB_FLAGS="-shared"
|
||||
;;
|
||||
*darwin*)
|
||||
LD_SHLIB_FLAGS="-bundle -dynamiclib -Wl,-search_paths_first"
|
||||
LD_SHLIB_FLAGS="-dynamiclib -Wl,-search_paths_first"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user