From: <abe...@us...> - 2016-11-26 01:04:53
|
Revision: 7988 http://sourceforge.net/p/astlinux/code/7988 Author: abelbeck Date: 2016-11-26 01:04:50 +0000 (Sat, 26 Nov 2016) Log Message: ----------- asterisk, don't build with libcap support since we run as root, if we were to change to running asterisk as say user/group 'asterisk' then revert this change so asterisk can set the network packet TOS bits and such Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.mk Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2016-11-25 22:14:13 UTC (rev 7987) +++ branches/1.0/package/asterisk/asterisk.mk 2016-11-26 01:04:50 UTC (rev 7988) @@ -49,11 +49,8 @@ ASTERISK_CONFIGURE_ARGS+= \ --without-sdl -ifeq ($(strip $(BR2_PACKAGE_LIBCAP)),y) -ASTERISK_EXTRAS+=libcap ASTERISK_CONFIGURE_ARGS+= \ - --with-cap="$(STAGING_DIR)/usr" -endif + --without-cap ifeq ($(strip $(BR2_PACKAGE_LIBXML2)),y) ASTERISK_EXTRAS+=libxml2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |