From 1fbf40a88ddeadb1b6dd854e5ffc5d5a9f295ea3 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Wed, 30 Aug 2006 10:18:27 +0000 Subject: [PATCH] remove incorrect host dependancy SVN-Revision: 4714 --- net/squid/Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/net/squid/Makefile b/net/squid/Makefile index 19164dc885..87d7cf9ffb 100644 --- a/net/squid/Makefile +++ b/net/squid/Makefile @@ -224,14 +224,3 @@ $(eval $(call BuildPlugin,squid-mod-external-acl-winbind-group,wb_group)) $(eval $(call BuildPlugin,squid-mod-ntlm-auth-fakeauth,fakeauth_auth)) $(eval $(call BuildPlugin,squid-mod-ntlm-auth-smb-auth,ntlm_auth)) $(eval $(call BuildPlugin,squid-mod-ntlm-auth-winbind-auth,wb_ntlmauth)) - - -define Require/openssl - 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 - -endef - -$(eval $(call Require,openssl, \ - No OpenSSL development files were not found on your system. \ -)) - -- 2.30.2