mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: deprecate -flat_namespace
* configure.in (DLDFLAGS): on Darwin, deprecate -flat_namespace to get rid of huge imported symbols table. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a18558140a
commit
48d7aa4ae9
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
Mon Jul 30 13:11:20 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Mon Jul 30 13:11:54 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (DLDFLAGS): on Darwin, deprecate -flat_namespace to get
|
||||
rid of huge imported symbols table.
|
||||
|
||||
* configure.in (LIBRUBY_RELATIVE): libruby_so is not made when
|
||||
disable-shared, so no absolute path is used for it and executable
|
||||
|
|
|
@ -2268,7 +2268,7 @@ if test "$with_dln_a_out" != yes; then
|
|||
fi
|
||||
rb_cv_dlopen=yes],
|
||||
[darwin*], [ : ${LDSHARED='$(CC) -dynamic -bundle'}
|
||||
: ${DLDFLAGS="${linker_flag}-undefined${linker_flag:+,}dynamic_lookup ${linker_flag}-multiply_defined${linker_flag:+,}suppress ${linker_flag}-flat_namespace"}
|
||||
: ${DLDFLAGS="${linker_flag}-undefined${linker_flag:+,}dynamic_lookup ${linker_flag}-multiply_defined${linker_flag:+,}suppress"}
|
||||
: ${LDFLAGS=""}
|
||||
: ${LIBPATHENV=DYLD_LIBRARY_PATH}
|
||||
# /usr/local/include is always searched for
|
||||
|
|
Loading…
Reference in a new issue