From: <abe...@us...> - 2013-01-15 01:02:20
|
Revision: 5901 http://astlinux.svn.sourceforge.net/astlinux/?rev=5901&view=rev Author: abelbeck Date: 2013-01-15 01:02:13 +0000 (Tue, 15 Jan 2013) Log Message: ----------- asterisk, also enable 'res_calendar_ews' Exchange Web Services calendar support 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-01-14 22:58:03 UTC (rev 5900) +++ branches/1.0/package/asterisk/asterisk.mk 2013-01-15 01:02:13 UTC (rev 5901) @@ -161,9 +161,11 @@ ASTERISK_EXTRAS+=neon libical ASTERISK_CONFIGURE_ARGS+= \ --with-neon \ + --with-neon29 \ --with-ical ASTERISK_CONFIGURE_ENV+= \ - CONFIG_NEON="$(STAGING_DIR)/usr/bin/neon-config" + CONFIG_NEON="$(STAGING_DIR)/usr/bin/neon-config" \ + CONFIG_NEON29="$(STAGING_DIR)/usr/bin/neon-config" endif endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |