From: <abe...@us...> - 2013-12-24 02:51:08
|
Revision: 6322 http://sourceforge.net/p/astlinux/code/6322 Author: abelbeck Date: 2013-12-24 02:51:05 +0000 (Tue, 24 Dec 2013) Log Message: ----------- zabbix, build change required with the latest libcurl 7.34.0 Modified Paths: -------------- branches/1.0/package/zabbix/zabbix.mk Modified: branches/1.0/package/zabbix/zabbix.mk =================================================================== --- branches/1.0/package/zabbix/zabbix.mk 2013-12-23 22:08:12 UTC (rev 6321) +++ branches/1.0/package/zabbix/zabbix.mk 2013-12-24 02:51:05 UTC (rev 6322) @@ -22,7 +22,7 @@ ifeq ($(strip $(BR2_PACKAGE_CURL)),y) ZABBIX_DEPENDENCIES += libcurl ZABBIX_CONF_OPT += \ - --with-libcurl="$(STAGING_DIR)/usr/bin/curl-config" + --with-libcurl="$(STAGING_DIR)/usr" LIBCURL_LIBS="-lcurl" endif ifeq ($(strip $(BR2_PACKAGE_NETSNMP)),y) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |