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
(parent:
a315033
)
asterisk is broken on avr32
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Aug 2008 06:38:48 +0000
(06:38 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Aug 2008 06:38:48 +0000
(06:38 +0000)
SVN-Revision: 12124
net/asterisk/Makefile
patch
|
blob
|
history
diff --git
a/net/asterisk/Makefile
b/net/asterisk/Makefile
index 83b57d2ced565a7385daf967bc8a0656b90f0ab4..d01989248139372f011e6b77ffbb9f2ed0f01f11 100644
(file)
--- a/
net/asterisk/Makefile
+++ b/
net/asterisk/Makefile
@@
-38,7
+38,7
@@
endef
define Package/asterisk
$(call Package/asterisk/Default)
- DEPENDS:=+libncurses +libpthread
+ DEPENDS:=+libncurses +libpthread
@!TARGET_avr32
TITLE:=Complete Open Source PBX
endef
@@
-49,7
+49,7
@@
endef
define Package/asterisk-mini
$(call Package/asterisk/Default)
- DEPENDS:=+libncurses +libpthread
+ DEPENDS:=+libncurses +libpthread
@!TARGET_avr32
PROVIDES:=asterisk
TITLE:=Minimal Open Source PBX
endef