diff --git a/makefiles/aircrack-ng.mk b/makefiles/aircrack-ng.mk index a0d92a76dc..b3ee909d02 100644 --- a/makefiles/aircrack-ng.mk +++ b/makefiles/aircrack-ng.mk @@ -24,6 +24,7 @@ aircrack-ng: aircrack-ng-setup openssl pcre libpcap --without-duma \ --without-gcrypt \ --with-lto \ + ac_cv_prog_BREW= \ ac_cv_file__usr_local_Homebrew=no \ ac_cv_file__opt_local_include=no \ ac_cv_file__opt_local_lib=no diff --git a/makefiles/perl.mk b/makefiles/perl.mk index eb162f172b..7763232641 100644 --- a/makefiles/perl.mk +++ b/makefiles/perl.mk @@ -12,7 +12,7 @@ DEB_PERL_V ?= $(PERL_VERSION) export PERL_MAJOR perl-setup: setup - $(call DOWNLOAD_FILES,$(BUILD_SOURCE) https://www.cpan.org/src/5.0/perl-$(PERL_VERSION).tar.gz, \ + $(call DOWNLOAD_FILES,$(BUILD_SOURCE),https://www.cpan.org/src/5.0/perl-$(PERL_VERSION).tar.gz \ https://github.com/arsv/perl-cross/releases/download/$(PERL_CROSS_V)/perl-cross-$(PERL_CROSS_V).tar.gz) rm -rf $(BUILD_WORK)/perl $(call EXTRACT_TAR,perl-$(PERL_VERSION).tar.gz,perl-$(PERL_VERSION),perl)