projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b1a41
)
[packages] libs/iksemel: Add libtasnl as dependency
author
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Sep 2008 03:36:48 +0000
(
03:36
+0000)
committer
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Sep 2008 03:36:48 +0000
(
03:36
+0000)
Signed-off-by: Michael Geddes <michael at frog dot wheelycreek dot net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12791
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/iksemel/Makefile
patch
|
blob
|
history
diff --git
a/libs/iksemel/Makefile
b/libs/iksemel/Makefile
index
388c469
..
5ade1ee
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)