From 28412851825d1bc7c8e885387e1f1b257cf8a0cf Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 8 Nov 1999 03:57:01 +0000 Subject: 19991108 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9f3030b5c0..41d4fac0c7 100644 --- a/configure.in +++ b/configure.in @@ -429,6 +429,10 @@ if test "$with_dln_a_out" != yes; then fi rb_cv_dlopen=yes ;; netbsd*) LDSHARED="ld -shared" + case "$host_cpu" in + alpha) + LDFLAGS="-export-dynamic" ;; + esac rb_cv_dlopen=yes ;; openbsd*) LDSHARED="ld -Bforcearchive -Bshareable" rb_cv_dlopen=yes ;; -- cgit v1.2.3