asterisk-11.x: fix typo in CONFIGURE_ARGS
authorLuka Perkov <luka@openwrt.org>
Mon, 11 Feb 2013 09:29:33 +0000 (09:29 +0000)
committerLuka 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

index 88e1b2fe2e9636ca7edc7f34e04933d0a480588c..8716a77c0d921c21603535e81c184b21b85ba5b8 100644 (file)
@@ -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)