]> git.saurik.com Git - apple/file_cmds.git/blobdiff - ipcs/Makefile
file_cmds-202.2.tar.gz
[apple/file_cmds.git] / ipcs / Makefile
index 0d77995c3a06f49067ec6cf55aebe3920b4040c7..ae8c8192667cad73cb143acf1b5659a898fcfaf7 100644 (file)
@@ -4,12 +4,13 @@ Install_Dir = /usr/bin
 CFILES = ipcs.c
 MANPAGES = ipcs.1
 
-Extra_CC_Flags = -Wall -mdynamic-no-pic \
+Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic \
         -D__FBSDID=__RCSID \
        -iquote \
-       "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders" \
+       "$(SDKROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders" \
        -iquote \
-       "$(SDKROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders"
+       "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders" \
+       -D_DARWIN_USE_64_BIT_INODE
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make