forked from pool/util-linux
12 lines
331 B
Diff
12 lines
331 B
Diff
--- util-linux-2.12q/mount/Makefile
|
|
+++ util-linux-2.12q/mount/Makefile
|
|
@@ -110,7 +110,7 @@
|
|
$(COMPILE) $(RPC_CFLAGS) nfsmount_clnt.c
|
|
|
|
nfsmount_xdr.o: nfsmount_xdr.c
|
|
- $(COMPILE) $(RPC_CFLAGS) nfsmount_xdr.c
|
|
+ $(COMPILE) -fno-strict-aliasing $(RPC_CFLAGS) nfsmount_xdr.c
|
|
|
|
ifeq "$(HAVE_GOOD_RPC)" "yes"
|
|
nfsmount.h: nfsmount.x
|