mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Fix buildsystems/autotools install_extras, Update mpc, mpfr, gawk, autoconf_archive, sphinx (#10600)
* Fix buildsystems/autotools install_extras, update mpc, mpfr, gawk, autoconf_archive, sphinx, update reviewdog to add reviews to PR Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix issue with getrealdeps invocation fails during a upx or gawk install. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
dbad3c42f2
commit
419ff87c67
@@ -27,12 +27,12 @@ class Autotools < Package
|
||||
system "#{@pre_configure_options} #{@mold_linker_prefix_cmd}./configure #{CREW_CONFIGURE_OPTIONS} #{@configure_options}"
|
||||
end
|
||||
system 'make'
|
||||
@build_extras&.call
|
||||
@configure_build_extras&.call
|
||||
end
|
||||
|
||||
def self.install
|
||||
system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
|
||||
@install_extras&.call
|
||||
@configure_install_extras&.call
|
||||
end
|
||||
|
||||
def self.check
|
||||
|
||||
Reference in New Issue
Block a user