projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
9ff04ec
)
add build-time dependency on openssl
author
Nicolas Thill
<nico@openwrt.org>
Sat, 22 Jul 2006 13:29:14 +0000
(13:29 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 22 Jul 2006 13:29:14 +0000
(13:29 +0000)
SVN-Revision: 4208
libs/cyrus-sasl/Makefile
patch
|
blob
|
history
diff --git
a/libs/cyrus-sasl/Makefile
b/libs/cyrus-sasl/Makefile
index 15a42c014b353adca0b96f56d135126bf807646d..5efcab8b30d3915b9fe7e781c61aab2ed015602d 100644
(file)
--- 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_CAT:=zcat
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
+PKG_BUILDDEP:=openssl
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
-#FIXME: not sure if libsasl2 needs libopenssl at runtime
define Package/libsasl2
SECTION:=libs
CATEGORY:=Libraries
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/
TITLE:=A general purpose authentication library
DESCRIPTION:=A general purpose authentication library.
URL:=http://asg.web.cmu.edu/sasl/