1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.
--- cachefilesd-0.10.10.orig/Makefile
+++ cachefilesd-0.10.10/Makefile
@@ -41,7 +41,7 @@ endif
all: cachefilesd
cachefilesd: cachefilesd.c Makefile
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $<
###############################################################################
#
--- cachefilesd-0.10.10.orig/cachefilesd.conf
+++ cachefilesd-0.10.10/cachefilesd.conf
@@ -21,4 +21,4 @@ fstop 3%
# Assuming you're using SELinux with the default security policy included in
# this package
-secctx system_u:system_r:cachefiles_kernel_t:s0
+# secctx system_u:system_r:cachefiles_kernel_t:s0
|