From 71fba20587b1fdf3f034606e0ac0dd7241b3ca8d Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 22 Jul 2006 13:29:14 +0000 Subject: [PATCH] add build-time dependency on openssl git-svn-id: svn://svn.openwrt.org/openwrt/packages@4208 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/cyrus-sasl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile index 15a42c014..5efcab8b3 100644 --- a/libs/cyrus-sasl/Makefile +++ b/libs/cyrus-sasl/Makefile @@ -19,14 +19,13 @@ PKG_MD5SUM:=268ead27f4ac39bcfe17d9e38e0f2977 PKG_CAT:=zcat PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_BUILDDEP:=openssl include $(INCLUDE_DIR)/package.mk -#FIXME: not sure if libsasl2 needs libopenssl at runtime define Package/libsasl2 SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libopenssl TITLE:=A general purpose authentication library DESCRIPTION:=A general purpose authentication library. URL:=http://asg.web.cmu.edu/sasl/