Rename autotools constants to fall in line with the rest of crew (#10442)

* Rename CREW_OPTIONS to CREW_CONFIGURE_OPTIONS

* Rename build_extras and install_extras to configure_build_extras and configure_install_extras
This commit is contained in:
Maximilian Downey Twiss
2024-09-10 09:21:58 +10:00
committed by GitHub
parent af8193b11a
commit f6b6cab229
361 changed files with 370 additions and 370 deletions

View File

@@ -47,7 +47,7 @@ class Gtksharp2 < Package
def self.build
system "CFLAGS='-flto=auto' CXXFLAGS='-flto=auto'
LDFLAGS='-flto=auto' \
./configure #{CREW_OPTIONS} \
./configure #{CREW_CONFIGURE_OPTIONS} \
--disable-maintainer-mode"
system 'make'
end