Remove --with-static-linked-ext from Ruby 1.8

This commit is contained in:
Roza 2020-12-26 13:56:26 -05:00
parent ec07b50cb5
commit 308d73a94e

View file

@ -272,7 +272,6 @@ $(LIBDIR)/libruby.a: $(DOWNLOADS)/ruby18/Makefile
$(DOWNLOADS)/ruby18/Makefile: $(DOWNLOADS)/ruby18/configure $(DOWNLOADS)/ruby18/Makefile: $(DOWNLOADS)/ruby18/configure
cd $(DOWNLOADS)/ruby18; \ cd $(DOWNLOADS)/ruby18; \
$(CONFIGURE) \ $(CONFIGURE) \
--with-static-linked-ext; \
$(RUBY_FLAGS) $(RUBY_FLAGS)
$(DOWNLOADS)/ruby18/configure: $(DOWNLOADS)/ruby18/*.c $(DOWNLOADS)/ruby18/configure: $(DOWNLOADS)/ruby18/*.c