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:
939f0c9
)
asterisk-11.x: fix typo in CONFIGURE_ARGS
author
Luka Perkov
<luka@openwrt.org>
Mon, 11 Feb 2013 09:29:33 +0000
(09:29 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Mon, 11 Feb 2013 09:29:33 +0000
(09:29 +0000)
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 35548
net/asterisk-11.x/Makefile
patch
|
blob
|
history
diff --git
a/net/asterisk-11.x/Makefile
b/net/asterisk-11.x/Makefile
index 88e1b2fe2e9636ca7edc7f34e04933d0a480588c..8716a77c0d921c21603535e81c184b21b85ba5b8 100644
(file)
--- a/
net/asterisk-11.x/Makefile
+++ b/
net/asterisk-11.x/Makefile
@@
-201,7
+201,7
@@
ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-pbx-lua),)
TARGET_LDFLAGS+=-ldl -lcrypt
else
CONFIGURE_ARGS+= \
- --without-
pbx-
lua
+ --without-lua
endif
EXTRA_CFLAGS+= $(TARGET_CPPFLAGS)