[packages] asterisk-11.x: fix typo in CONFIGURE_ARGS

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35548 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka 2013-02-11 09:29:33 +00:00
parent 04e0c705d4
commit 267e737434

View 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)