From: <abe...@us...> - 2013-05-16 21:55:38
|
Revision: 6088 http://sourceforge.net/p/astlinux/code/6088 Author: abelbeck Date: 2013-05-16 21:55:35 +0000 (Thu, 16 May 2013) Log Message: ----------- asterisk, build cleanup, --with-curl is no longer used in favor of using --with-libcurl Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.mk Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2013-05-15 18:37:57 UTC (rev 6087) +++ branches/1.0/package/asterisk/asterisk.mk 2013-05-16 21:55:35 UTC (rev 6088) @@ -155,7 +155,6 @@ ifeq ($(strip $(BR2_PACKAGE_CURL)),y) ASTERISK_EXTRAS+=libcurl ASTERISK_CONFIGURE_ARGS+= \ - --with-curl="$(STAGING_DIR)" \ --with-libcurl="$(STAGING_DIR)" ASTERISK_CONFIGURE_ENV+= \ LIBCURL="-lcurl -lz -lssl" \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |