mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Move DEFFILE to EXTDLDFLAGS
So that it is no longer needed in ruby.pc.in.
This commit is contained in:
parent
323c0c392a
commit
623736ae7f
2 changed files with 1 additions and 2 deletions
|
@ -3751,7 +3751,7 @@ AS_CASE(["$target_os"],
|
|||
LIBRUBY_DLDFLAGS="${LIBRUBY_DLDFLAGS}"' $(RUBYDEF)'
|
||||
])
|
||||
EXPORT_PREFIX=' '
|
||||
DLDFLAGS="${DLDFLAGS}"' $(DEFFILE)'
|
||||
EXTDLDFLAGS='$(DEFFILE)'
|
||||
AC_LIBOBJ([win32/win32])
|
||||
AC_LIBOBJ([win32/file])
|
||||
COMMON_LIBS=m
|
||||
|
|
|
@ -49,7 +49,6 @@ LIBRUBYARG_STATIC=@LIBRUBYARG_STATIC@
|
|||
LIBRUBYARG=@LIBRUBYARG@
|
||||
LIBS=@LIBS@
|
||||
DLDFLAGS=@DLDFLAGS@
|
||||
DEFFILE=@DEFFILE@
|
||||
|
||||
Name: Ruby
|
||||
Description: Object Oriented Script Language
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue