1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

configure.in: no -lelf

* configure.in (LIBS): libelf is need on only FreeBSD.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-11-19 07:17:56 +00:00
parent a824a6187d
commit 2370556d3d
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
Mon Nov 19 16:17:53 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (LIBS): libelf is need on only FreeBSD.
Mon Nov 19 16:08:10 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (RUBYLIB): purelib option in runruby.rb is deprecated

View file

@ -2774,10 +2774,10 @@ AC_SUBST(DTRACE_OBJ)
AC_SUBST(DTRACE_GLOMMED_OBJ)
AC_SUBST(LIBRUBY_A_OBJS)
if test "${enable_dtrace}" = "yes"; then
AS_CASE("${enable_dtrace}:${target_os}", [yes:freebsd*], [
# FreeBSD's dtrace requires libelf
LIBS="-lelf $LIBS"
fi
])
}
{ # build section