Replace getdate by ntpd
[hvlinux.git] / stage3 / patches / common / libcap-2.24-no-libattr.patch
diff --git a/stage3/patches/common/libcap-2.24-no-libattr.patch b/stage3/patches/common/libcap-2.24-no-libattr.patch
new file mode 100644 (file)
index 0000000..ea95fd7
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Naur libcap-2.24.orig/Make.Rules libcap-2.24.new3/Make.Rules
+--- libcap-2.24.orig/Make.Rules        2014-01-05 20:16:21.000000000 -0500
++++ libcap-2.24.new3/Make.Rules        2015-08-14 13:20:32.908143950 -0400
+@@ -69,7 +69,7 @@
+ PAM_CAP := $(shell if [ -f /usr/include/security/pam_modules.h ]; then echo yes ; else echo no ; fi)
+ INDENT := $(shell if [ -n "$(which indent 2>/dev/null)" ]; then echo "| indent -kr" ; fi)
+ DYNAMIC := $(shell if [ ! -d "$(topdir)/.git" ]; then echo yes; fi)
+-LIBATTR := yes
++LIBATTR := no
+ # When installing setcap, set its inheritable bit to be able to place
+ # capabilities on files. It can be used in conjunction with pam_cap