summaryrefslogtreecommitdiff
path: root/package/libcap/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-23 14:43:56 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-23 14:46:14 +0200
commitcc2f3ef0e48483f8909f6f29f58bcb984ea27682 (patch)
tree38fee6682a9745cbbae0ae913bd9676028778aa0 /package/libcap/patches/patch-Makefile
parent58eeb548906799709ffe076a90923a62efbcd83d (diff)
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)
Diffstat (limited to 'package/libcap/patches/patch-Makefile')
-rw-r--r--package/libcap/patches/patch-Makefile31
1 files changed, 10 insertions, 21 deletions
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: