remove incorrect host dependancy
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 30 Aug 2006 10:18:27 +0000 (10:18 +0000)
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 30 Aug 2006 10:18:27 +0000 (10:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4714 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/squid/Makefile

index 19164dc..87d7cf9 100644 (file)
@@ -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. \
-))
-