package/shadow: install to staging for subids
When the subids feature is enabled, shadow will install a library and a
header:
$ sort output/build/shadow-4.16.0/.files-list.txt
[...]
shadow,./lib/libsubid.la
shadow,./lib/libsubid.so
shadow,./lib/libsubid.so.5
shadow,./lib/libsubid.so.5.0.0
[...]
shadow,./usr/include/shadow/subid.h
[...]
Install to staging in that case.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Raphael Pavlidis <raphael.pavlidis@gmail.com>
Reviewed-by: Raphael Pavlidis <raphael.pavlidis@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
cf8641b73e
commit
4554ab9815
@@ -46,6 +46,7 @@ SHADOW_CONF_OPTS += --disable-account-tools-setuid
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SHADOW_SUBORDINATE_IDS),y)
|
||||
SHADOW_INSTALL_STAGING = YES
|
||||
SHADOW_CONF_OPTS += --enable-subordinate-ids
|
||||
define SHADOW_SUBORDINATE_IDS_PERMISSIONS
|
||||
/usr/bin/newuidmap f 4755 0 0 - - - - -
|
||||
|
||||
Reference in New Issue
Block a user