ruby-changes:67283
From: Nobuyoshi <ko1@a...>
Date: Sun, 29 Aug 2021 15:12:44 +0900 (JST)
Subject: [ruby-changes:67283] 623736ae7f (master): Move DEFFILE to EXTDLDFLAGS
https://git.ruby-lang.org/ruby.git/commit/?id=623736ae7f From 623736ae7f327015e23fbdb8f847a8424a3dd73a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 29 Aug 2021 13:04:42 +0900 Subject: Move DEFFILE to EXTDLDFLAGS So that it is no longer needed in ruby.pc.in. --- configure.ac | 2 +- template/ruby.pc.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index beb352d..fa15417 100644 --- a/configure.ac +++ b/configure.ac @@ -3751,7 +3751,7 @@ AS_CASE(["$target_os"], https://github.com/ruby/ruby/blob/trunk/configure.ac#L3751 LIBRUBY_DLDFLAGS="${LIBRUBY_DLDFLAGS}"' $(RUBYDEF)' ]) EXPORT_PREFIX=' ' - DLDFLAGS="${DLDFLAGS}"' $(DEFFILE)' + EXTDLDFLAGS='$(DEFFILE)' AC_LIBOBJ([win32/win32]) AC_LIBOBJ([win32/file]) COMMON_LIBS=m diff --git a/template/ruby.pc.in b/template/ruby.pc.in index 2d21eff..c484880 100644 --- a/template/ruby.pc.in +++ b/template/ruby.pc.in @@ -49,7 +49,6 @@ LIBRUBYARG_STATIC=@LIBRUBYARG_STATIC@ https://github.com/ruby/ruby/blob/trunk/template/ruby.pc.in#L49 LIBRUBYARG=@LIBRUBYARG@ LIBS=@LIBS@ DLDFLAGS=@DLDFLAGS@ -DEFFILE=@DEFFILE@ Name: Ruby Description: Object Oriented Script Language -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/