From: Florian Fainelli Date: Sun, 12 Aug 2007 11:53:23 +0000 (+0000) Subject: Add a requireheader for squid, should fix it (#2205) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0deb032641e7574fd704d8426bee1e8374d7a909;p=openwrt%2Fsvn-archive%2Fpackages.git Add a requireheader for squid, should fix it (#2205) SVN-Revision: 8404 --- diff --git a/net/squid/Makefile b/net/squid/Makefile index 9291d4f98..8e9f4bc25 100644 --- a/net/squid/Makefile +++ b/net/squid/Makefile @@ -31,7 +31,7 @@ endef define Package/squid $(call Package/squid/Default) MENU:=1 - DEPENDS:=+libopenssl +libpthread @BROKEN + DEPENDS:=+libopenssl +libpthread TITLE:=full-featured Web proxy cache DESCRIPTION:=\ Squid is a high-performance proxy caching server for web clients, \\\ @@ -181,3 +181,8 @@ $(eval $(call BuildPlugin,squid-mod-external-acl-ip-user,ip_user_check)) $(eval $(call BuildPlugin,squid-mod-external-acl-unix-group,squid_unix_group)) $(eval $(call BuildPlugin,squid-mod-ntlm-auth-fakeauth,fakeauth_auth)) $(eval $(call BuildPlugin,squid-mod-ntlm-auth-smb-auth,ntlm_auth)) + +$(eval $(call RequireHeader,/usr/include/openssl/ssl.h, \ + $(PKG_NAME) requires the openssl development (named like libssl-dev, \ + depending of your package manager) package be installed on the host-system. \ +))