From: Michael Tremer Date: Wed, 29 Apr 2009 14:27:21 +0000 (+0200) Subject: Fixed build of mdadm with gcc 4.4.0. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e58f40577882e36ad4e37ee2c09a275fbbc9e54;p=ipfire-3.x.git Fixed build of mdadm with gcc 4.4.0. --- diff --git a/lfs/mdadm b/lfs/mdadm index 3d2d99e53..a710cc15a 100644 --- 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 ###############################################################################