projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e00fd4
)
libs/iksemel: Add libtasnl as dependency
author
Andy Boyett
<agb@openwrt.org>
Mon, 29 Sep 2008 03:36:48 +0000
(
03:36
+0000)
committer
Andy Boyett
<agb@openwrt.org>
Mon, 29 Sep 2008 03:36:48 +0000
(
03:36
+0000)
Signed-off-by: Michael Geddes <michael at frog dot wheelycreek dot net>
SVN-Revision: 12791
libs/iksemel/Makefile
patch
|
blob
|
history
diff --git
a/libs/iksemel/Makefile
b/libs/iksemel/Makefile
index 388c469909f5937613c72028170ff0d49d7066d3..5ade1eecdb0a3c6be2d75382d3856848212f2607 100644
(file)
--- a/
libs/iksemel/Makefile
+++ b/
libs/iksemel/Makefile
@@
-25,7
+25,7
@@
define Package/libiksemel
CATEGORY:=Libraries
TITLE:=Iksemel Jabber Library
URL:=http://code.google.com/p/iksemel/
- DEPENDS:= +libgnutls
+ DEPENDS:= +libgnutls
+libtasn1
endef
TARGET_CFLAGS += $(FPIC)