From c23d06cfa50f463d9254a57884414226f55408e2 Mon Sep 17 00:00:00 2001 From: "Scott J. Goldman" Date: Fri, 19 Jan 2024 10:53:45 -0800 Subject: [PATCH] fix(ruby): include sitedir in rbconfig ruby on rails depends on bootsnap which requires it to be defined. otherwise, it crashes when the app starts --- projects/ruby-lang.org/package.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/ruby-lang.org/package.yml b/projects/ruby-lang.org/package.yml index 0db7d770..3a9f109d 100644 --- a/projects/ruby-lang.org/package.yml +++ b/projects/ruby-lang.org/package.yml @@ -96,7 +96,6 @@ build: - --disable-multiarch # ^^ - --with-vendordir=no # is empty so don’t pollute - --with-vendorarchdir=no # ^^ - - --with-sitedir=no # ^^ - --with-sitearchdir=no # ^^ - --enable-yjit # https://github.com/pkgxdev/pantry/issues/3538