Sha256: 121d6552dc553e04ff87b507fb66eced85bfc0ad94d77c982377e46637f920da

Contents?: true

Size: 626 Bytes

Versions: 6

Compression:

Stored size: 626 Bytes

Contents

--- ruby-2.6.0/configure.orig	2019-01-28 19:31:52.000000000 -0800
+++ ruby-2.6.0/configure	2019-01-28 19:30:18.000000000 -0800
@@ -26791,6 +26791,7 @@
 			    LDSHARED="$LDSHARED ${linker_flag}-G"

 fi
+			DLDFLAGS='-eInit_$(TARGET)'
 			EXTDLDFLAGS='-e$(TARGET_ENTRY)'
 			XLDFLAGS="${linker_flag}"'-bE:$(ARCHFILE)'" ${linker_flag}-brtl"
 			XLDFLAGS="$XLDFLAGS ${linker_flag}-blibpath:${prefix}/lib:${LIBPATH:-/usr/lib:/lib}"
@@ -28066,7 +28067,8 @@
 esac
 	done
 	LIBRUBYARG_SHARED='-L${libdir} -l${RUBY_SO_NAME}'
-	LIBS="$LIBS -lm -lc"
+	LIBS="$LIBS -lm -lc -lz"
+	LIBRUBY_SO='lib$(RUBY_SO_NAME).a'
 	 ;; #(
   darwin*) :

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omnibus-software-23.7.295 config/patches/ruby/ruby-aix-configure_26_and_later.patch
omnibus-software-23.6.292 config/patches/ruby/ruby-aix-configure_26_and_later.patch
omnibus-software-23.6.291 config/patches/ruby/ruby-aix-configure_26_and_later.patch
omnibus-software-23.2.283 config/patches/ruby/ruby-aix-configure_26_and_later.patch
omnibus-software-23.2.281 config/patches/ruby/ruby-aix-configure_26_and_later.patch
omnibus-software-22.11.239 config/patches/ruby/ruby-aix-configure_26_and_later.patch