From 2959289211fc29218cd0d366790da8a4670d9159 Mon Sep 17 00:00:00 2001 From: cshore Date: Tue, 15 Mar 2011 08:43:35 +0000 Subject: [PATCH] [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 --- net/yate/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/yate/Makefile b/net/yate/Makefile index 43f634580..504143e1a 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 \