Skip to content

Commit c503b65

Browse files
committed
merge revision(s) 12205:
* configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted, it is done by libpathflag in mkmf.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@17382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 0a4ca8c commit c503b65

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Tue Jun 17 22:14:41 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
2+
3+
* configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted,
4+
it is done by libpathflag in mkmf.rb.
5+
16
Mon Jun 16 19:18:35 2008 NAKAMURA Usaku <usa@ruby-lang.org>
27

38
* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.

configure.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ AC_SUBST(DLEXT2)dnl
936936
AC_SUBST(LIBEXT)dnl
937937

938938
STATIC=
939-
: ${LIBPATHFLAG=' -L"%s"'}
939+
: ${LIBPATHFLAG=' -L%s'}
940940
: ${PATHFLAG=''}
941941

942942
if test "$with_dln_a_out" != yes; then
@@ -1000,7 +1000,7 @@ if test "$with_dln_a_out" != yes; then
10001000
rb_cv_dlopen=yes ;;
10011001
interix*) : ${LDSHARED="$CC -shared"}
10021002
XLDFLAGS="$XLDFLAGS -Wl,-E"
1003-
LIBPATHFLAG=" -L'%1\$-s'"
1003+
LIBPATHFLAG=" -L%1\$-s"
10041004
rb_cv_dlopen=yes ;;
10051005
freebsd*|dragonfly*) : ${LDSHARED="$CC -shared"}
10061006
if test "$rb_cv_binary_elf" = yes; then
@@ -1081,11 +1081,11 @@ if test "$with_dln_a_out" != yes; then
10811081
[ --disable-rpath embed run path into extension libraries.],
10821082
[enable_rpath=$enableval], [enable_rpath="$rb_cv_binary_elf"])
10831083
if test "$enable_rpath" = yes; then
1084-
LIBPATHFLAG=" -L'%1\$-s'"
1084+
LIBPATHFLAG=" -L%1\$-s"
10851085
if test "$GCC" = yes; then
1086-
RPATHFLAG=" -Wl,-R'%1\$-s'"
1086+
RPATHFLAG=" -Wl,-R%1\$-s"
10871087
else
1088-
RPATHFLAG=" -R'%1\$-s'"
1088+
RPATHFLAG=" -R%1\$-s"
10891089
fi
10901090
fi
10911091
fi

version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#define RUBY_VERSION "1.8.5"
2-
#define RUBY_RELEASE_DATE "2008-06-16"
2+
#define RUBY_RELEASE_DATE "2008-06-17"
33
#define RUBY_VERSION_CODE 185
4-
#define RUBY_RELEASE_CODE 20080616
5-
#define RUBY_PATCHLEVEL 223
4+
#define RUBY_RELEASE_CODE 20080617
5+
#define RUBY_PATCHLEVEL 224
66

77
#define RUBY_VERSION_MAJOR 1
88
#define RUBY_VERSION_MINOR 8
99
#define RUBY_VERSION_TEENY 5
1010
#define RUBY_RELEASE_YEAR 2008
1111
#define RUBY_RELEASE_MONTH 6
12-
#define RUBY_RELEASE_DAY 16
12+
#define RUBY_RELEASE_DAY 17
1313

1414
#ifdef RUBY_EXTERN
1515
RUBY_EXTERN const char ruby_version[];

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy