summaryrefslogtreecommitdiffstats
path: root/package/mdadm
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-09-04 06:49:54 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-09-23 22:15:36 +0200
commit9b7111a1e2d6a91a56e583707597f4f35aeea3bc (patch)
treea893cd299cc400776ad438eae966754a585cbc27 /package/mdadm
parent21234ce8666bfcce191de1d00c27bfcf5edaa86a (diff)
downloadbuildroot-9b7111a1e2d6a91a56e583707597f4f35aeea3bc.tar.gz
buildroot-9b7111a1e2d6a91a56e583707597f4f35aeea3bc.zip
package/mdadm: not available in static builds
http://git.neil.brown.name/?p=mdadm.git;a=commitdiff;h=7716570e6d906e7326f83d466f6ba73009649d03#patch9 added code to include dlfcn.h. Fixes http://autobuild.buildroot.net/results/163/163ad5a9f976662be8ca8664f91254f90fca8439/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/mdadm')
-rw-r--r--package/mdadm/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/mdadm/Config.in b/package/mdadm/Config.in
index e0d606b5ec..61d631cda8 100644
--- a/package/mdadm/Config.in
+++ b/package/mdadm/Config.in
@@ -1,7 +1,12 @@
config BR2_PACKAGE_MDADM
bool "mdadm"
+ depends on !BR2_STATIC_LIBS # dlfcn.h
depends on BR2_USE_MMU # fork()
help
Utility for managing Linux Software RAID arrays.
http://neil.brown.name/blog/mdadm
+
+comment "mdadm needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
+ depends on BR2_USE_MMU
OpenPOWER on IntegriCloud