projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb3ccec
)
cyrus-sasl / postfix: work around recursive dependency issue in toolchain
author
Steven Barth
<steven@midlink.org>
Mon, 20 Oct 2014 07:07:04 +0000
(09:07 +0200)
committer
Steven Barth
<steven@midlink.org>
Mon, 20 Oct 2014 07:16:44 +0000
(09:16 +0200)
Signed-off-by: Steven Barth <steven@midlink.org>
libs/cyrus-sasl/Makefile
patch
|
blob
|
history
diff --git
a/libs/cyrus-sasl/Makefile
b/libs/cyrus-sasl/Makefile
index ab36e58123f10ef3a39836d8fa6392234fc9c52f..dfc21d2ed04007b7d2a7a4e34552e5f9777e617c 100644
(file)
--- a/
libs/cyrus-sasl/Makefile
+++ b/
libs/cyrus-sasl/Makefile
@@
-32,7
+32,7
@@
define Package/libsasl2
CATEGORY:=Libraries
TITLE:=A general purpose authentication library
URL:=http://asg.web.cmu.edu/sasl/
- DEPENDS:=libopenssl
+ DEPENDS:=
+
libopenssl
endef
TARGET_CFLAGS += $(FPIC)