From: <abe...@us...> - 2016-11-27 00:16:11
|
Revision: 7992 http://sourceforge.net/p/astlinux/code/7992 Author: abelbeck Date: 2016-11-27 00:16:09 +0000 (Sun, 27 Nov 2016) Log Message: ----------- avahi, use the new 'avahi' user/group, re-enable chroot since the 'rlimit-nproc' now is correct with a unique UID Modified Paths: -------------- branches/1.0/package/avahi/avahi.mk Modified: branches/1.0/package/avahi/avahi.mk =================================================================== --- branches/1.0/package/avahi/avahi.mk 2016-11-26 23:45:28 UTC (rev 7991) +++ branches/1.0/package/avahi/avahi.mk 2016-11-27 00:16:09 UTC (rev 7992) @@ -10,7 +10,6 @@ AVAHI_INSTALL_STAGING = YES AVAHI_CONF_ENV = \ - ac_cv_func_chroot=no \ ac_cv_func_strtod=yes \ ac_fsusage_space=yes \ fu_cv_sys_stat_statfs2_bsize=yes \ @@ -76,10 +75,10 @@ --with-distro=none \ --disable-manpages \ $(if $(BR2_PACKAGE_AVAHI_AUTOIPD),--enable,--disable)-autoipd \ - --with-avahi-user=nobody \ - --with-avahi-group=nobody \ - --with-autoipd-user=nobody \ - --with-autoipd-group=nobody + --with-avahi-user=avahi \ + --with-avahi-group=avahi \ + --with-autoipd-user=avahi \ + --with-autoipd-group=avahi AVAHI_DEPENDENCIES = \ $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) host-pkg-config This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |