]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed build of mdadm with gcc 4.4.0.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2009 14:27:21 +0000 (16:27 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2009 14:27:21 +0000 (16:27 +0200)
lfs/mdadm

index 3d2d99e538fd93ab6839086c4e41c7f51ec2474e..a710cc15a883dea32ba4e9dedd5b01ff651b64db 100644 (file)
--- a/lfs/mdadm
+++ b/lfs/mdadm
@@ -52,6 +52,8 @@ define LONG_DESC
        file can be used to help with some common tasks.
 endef
 
+CFLAGS    += -fno-strict-aliasing
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################