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:
92358dd
)
Fix ptlib dependency on libexpat #2981
author
Florian Fainelli
<florian@openwrt.org>
Sun, 6 Jan 2008 12:30:57 +0000
(12:30 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 6 Jan 2008 12:30:57 +0000
(12:30 +0000)
SVN-Revision: 10130
libs/ptlib/Makefile
patch
|
blob
|
history
diff --git
a/libs/ptlib/Makefile
b/libs/ptlib/Makefile
index 1aa0b8c387f6989d71eacd79e2853fa400857d26..01f6db58dacbfe25ac38eee0e306e1a9cd6e56ef 100644
(file)
--- a/
libs/ptlib/Makefile
+++ b/
libs/ptlib/Makefile
@@
-21,7
+21,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/ptlib
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+expat
+ DEPENDS:=+
lib
expat
TITLE:=Portable Tools library
URL:=http://www.opalvoip.org/
endef