mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
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:
committed by
GitHub
parent
af8193b11a
commit
f6b6cab229
@@ -231,7 +231,7 @@ class Glibc_build223 < Package
|
||||
end
|
||||
FileUtils.cp 'binutils/ld.bfd', 'binutils/ld'
|
||||
system "CFLAGS='-O2 -pipe -fno-stack-protector' ../configure \
|
||||
#{CREW_OPTIONS} \
|
||||
#{CREW_CONFIGURE_OPTIONS} \
|
||||
--with-headers=#{CREW_PREFIX}/include \
|
||||
--without-gd \
|
||||
--disable-werror \
|
||||
|
||||
Reference in New Issue
Block a user