From cc2f3ef0e48483f8909f6f29f58bcb984ea27682 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 Sep 2016 14:43:56 +0200 Subject: add support for permission fixups when using genimage Add suid-bit to Xorg as an example. Create simple *.perm files with relative path to the files. You can use any command available on the host. (f.e. chmod/chown) --- package/libcap/patches/patch-Makefile | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) (limited to 'package/libcap/patches/patch-Makefile') diff --git a/package/libcap/patches/patch-Makefile b/package/libcap/patches/patch-Makefile index 8e2f8415b..51603e650 100644 --- a/package/libcap/patches/patch-Makefile +++ b/package/libcap/patches/patch-Makefile @@ -1,25 +1,14 @@ ---- libcap-2.24.orig/Makefile 2013-12-27 19:17:17.000000000 +0100 -+++ libcap-2.24/Makefile 2015-02-26 20:36:58.000000000 +0100 -@@ -16,6 +16,22 @@ endif +--- libcap-2.25.orig/Makefile 2014-05-31 22:11:05.000000000 +0200 ++++ libcap-2.25/Makefile 2016-09-23 10:32:34.156211429 +0200 +@@ -10,11 +10,7 @@ include Make.Rules + + all install clean: %: %-here + $(MAKE) -C libcap $@ +-ifneq ($(PAM_CAP),no) +- $(MAKE) -C pam_cap $@ +-endif $(MAKE) -C progs $@ - $(MAKE) -C doc $@ +- $(MAKE) -C doc $@ -+progs: -+ $(MAKE) -C progs all -+ -+shared: -+ $(MAKE) -C libcap shared -+ -+static: -+ $(MAKE) -C libcap static -+ -+install-shared: -+ $(MAKE) -C libcap install-shared -+ -+install-static: -+ $(MAKE) -C libcap install-static -+ -+ all-here: - install-here: -- cgit v1.2.3