Author: jow Date: 2015-09-29 13:37:10 +0200 (Tue, 29 Sep 2015) New Revision: 47069
Modified: trunk/include/prereq-build.mk Log: prereq-build: test availability of Perl Thread::Queue module This is needed for building automake. Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/include/prereq-build.mk =================================================================== --- trunk/include/prereq-build.mk 2015-09-28 12:46:58 UTC (rev 47068) +++ trunk/include/prereq-build.mk 2015-09-29 11:37:10 UTC (rev 47069) @@ -76,7 +76,11 @@ echo 'int main(int argc, char **argv) { SSL_library_init(); return 0; }' | \ gcc -include openssl/ssl.h -x c -o $(TMP_DIR)/a.out - -lcrypto -lssl)) +$(eval $(call TestHostCommand,perl-thread-queue, \ + Please install the Perl Thread::Queue module, \ + perl -MThread::Queue -e 1)) + $(eval $(call SetupHostCommand,tar,Please install GNU 'tar', \ gtar --version 2>&1 | grep GNU, \ gnutar --version 2>&1 | grep GNU, \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
