diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-12 21:04:07 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-12 21:04:07 +0000 |
| commit | e12d7a1223722dba4df33d6272bebcb2a2be2146 (patch) | |
| tree | b2c8e208923d984e8272155fd58f6af77969f48b /configure.in | |
| parent | 540c238ed7cffb9abadf997326144df46b6dc588 (diff) | |
| download | ruby-e12d7a1223722dba4df33d6272bebcb2a2be2146.tar.gz ruby-e12d7a1223722dba4df33d6272bebcb2a2be2146.tar.xz ruby-e12d7a1223722dba4df33d6272bebcb2a2be2146.zip | |
* configure.in (darwin): prohibit loading extension libraries to
miniruby.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f8f3b3d62..039265f17 100644 --- a/configure.in +++ b/configure.in @@ -1379,7 +1379,7 @@ if test "$enable_shared" = 'yes'; then esac fi if test "$enable_rpath" = yes; then - LIBRUBYARG_SHARED="${linker_flag}-R ${linker_flag}\$(libdir) -L. -L\$(libdir) $LIBRUBYARG_SHARED" + LIBRUBYARG_SHARED="${linker_flag}-R ${linker_flag}\$(libdir) -L\$(libdir) $LIBRUBYARG_SHARED" fi LDFLAGS="-L. $LDFLAGS" @@ -1418,6 +1418,7 @@ case "$target_os" in ;; darwin*) CFLAGS="$CFLAGS -pipe -fno-common" + MINIOBJS=dmydln.o ;; os2-emx) CFLAGS="$CFLAGS -DOS2 -Zmts" @@ -1440,7 +1441,7 @@ case "$target_os" in rm -f /tmp/main.o CFLAGS="$CFLAGS -std" fi - ;; + ;; beos*) case "$target_cpu" in powerpc*) |
