diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-31 03:58:21 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-31 03:58:21 +0000 |
| commit | 826549a68378fcab51e4b30435623951226916f8 (patch) | |
| tree | 0606f403467981f0269802fdc6c91f8a0ff85dca /win32 | |
| parent | 3ff7d7207654adc6d4eabf3e41fefd1d3be62b15 (diff) | |
| download | ruby-826549a68378fcab51e4b30435623951226916f8.tar.gz ruby-826549a68378fcab51e4b30435623951226916f8.tar.xz ruby-826549a68378fcab51e4b30435623951226916f8.zip | |
* configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]
* bcc32/Makefile.sub, win32/Makefile.sub, win32/Makefile.sub: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 0922ee2e1..83b8f394a 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -375,6 +375,7 @@ s,@ENABLE_SHARED@,yes,;t t s,@OUTFLAG@,-Fe,;t t s,@CPPOUTFILE@,-P,;t t s,@LIBPATHFLAG@, -libpath:%s,;t t +s,@RPATHFLAG@,,;t t s,@LIBARG@,%s.lib,;t t s,@LINK_SO@,$$(LDSHARED) -Fe$$(@) $$(OBJS) $$(LIBS) $$(LOCAL_LIBS) $$(DLDFLAGS),;t t s,@COMPILE_C@,$$(CC) $$(CFLAGS) $$(CPPFLAGS) -c -Tc$$(<:\=/),;t t |
