summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorFlorian Franzmann2021-05-27 21:20:26 +0200
committerFlorian Franzmann2021-06-01 00:44:20 +0200
commit3d3a93683ab92e2001d4a7993ea3e7ca963543cb (patch)
treeea6a24be70967e5a759a43c6b2990750ec0ade20 /disk
parent82e9ab979cf6e54ca496f5e9598c973dc6365634 (diff)
disk/mdadm: fix build error if _FORTIFY_SOURCE=2 is set
Diffstat (limited to 'disk')
-rwxr-xr-xdisk/mdadm/BUILD3
-rw-r--r--disk/mdadm/HISTORY4
2 files changed, 6 insertions, 1 deletions
diff --git a/disk/mdadm/BUILD b/disk/mdadm/BUILD
index e114b31d69..c3ab526df3 100755
--- a/disk/mdadm/BUILD
+++ b/disk/mdadm/BUILD
@@ -1 +1,2 @@
-make mdadm mdadm.static
+disable_fortify_source &&
+make mdadm mdadm.static mdmon
diff --git a/disk/mdadm/HISTORY b/disk/mdadm/HISTORY
index 3df58c6d1b..db3d9ffea2 100644
--- a/disk/mdadm/HISTORY
+++ b/disk/mdadm/HISTORY
@@ -1,3 +1,7 @@
+2021-05-27 Florian Franzmann <bwlf@bandrate.org>
+ * BUILD: disable fortify source to prevent build error, build mdmon here
+ instead of in INSTALL
+
2019-09-23 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 4.1