add build-time dependency on openssl
authorNicolas Thill <nico@openwrt.org>
Sat, 22 Jul 2006 13:29:14 +0000 (13:29 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 22 Jul 2006 13:29:14 +0000 (13:29 +0000)
SVN-Revision: 4208

libs/cyrus-sasl/Makefile

index 15a42c014b353adca0b96f56d135126bf807646d..5efcab8b30d3915b9fe7e781c61aab2ed015602d 100644 (file)
@@ -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/