[net] Telephony: yate: Removed sysconfdir parameter from CONFIGURE_ARGS. This fixes yate looking for configuration under /etc/yate/yate instead /etc/yate. Closes: 9040. Thanks Dimtiry Kurchkin for reporting.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26174 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2011-03-15 08:43:35 +00:00
parent 438e2724ab
commit 2959289211

View File

@ -45,7 +45,6 @@ endef
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
CONFIGURE_ARGS+= \
--sysconfdir=/etc/$(PKG_NAME) \
--without-libqt4 \
--without-qtstatic \
--without-pwlib \