Fix aliasing problems in tptserver
[openafs.git] / src / tptserver / Makefile.in
index 38e54da..a00fad1 100644 (file)
@@ -48,6 +48,11 @@ all: ptserver pts pt_util db_verify \
 
 depinstall: 
 
+# When supergroups is enabled, some parts of ptserver cast between
+# incompatible structs.
+CFLAGS_ptutils.o = @CFLAGS_NOSTRICT@
+CFLAGS_ptprocs.o = @CFLAGS_NOSTRICT@
+
 #
 # Build targets
 #