--- a/Makefile
+++ b/Makefile
@@ -20,28 +20,13 @@
 
 ###############################################################################
 #
-# Guess at the appropriate word size
-#
-###############################################################################
-BUILDFOR	:= $(shell file /usr/bin/make | sed -e 's!.*ELF \(32\|64\)-bit.*!\1!')-bit
-
-ifeq ($(BUILDFOR),32-bit)
-CFLAGS		+= -m32
-else
-ifeq ($(BUILDFOR),64-bit)
-CFLAGS		+= -m64
-endif
-endif
-
-###############################################################################
-#
 # Build stuff
 #
 ###############################################################################
 all: cachefilesd
 
 cachefilesd: cachefilesd.c Makefile
-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $<
 
 ###############################################################################
 #
--- a/cachefilesd.conf
+++ b/cachefilesd.conf
@@ -21,4 +21,4 @@
 
 # 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
