From: Daniel Dickinson Date: Tue, 15 Mar 2011 08:43:35 +0000 (+0000) Subject: [net] Telephony: yate: Removed sysconfdir parameter from CONFIGURE_ARGS. This fixes... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d63d6029ac66cd9a0f32614889d72efc6aa9e3cd;p=openwrt%2Fsvn-archive%2Farchive.git [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. SVN-Revision: 26174 --- diff --git a/net/yate/Makefile b/net/yate/Makefile index 43f6345805..504143e1a5 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -45,7 +45,6 @@ endef TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include CONFIGURE_ARGS+= \ - --sysconfdir=/etc/$(PKG_NAME) \ --without-libqt4 \ --without-qtstatic \ --without-pwlib \