diff options
author | Romain Naour <romain.naour@openwide.fr> | 2014-02-15 16:52:11 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-15 17:05:43 +0100 |
commit | e158dbf0bd50ea7f17d53fee23fccffc5c99c9fd (patch) | |
tree | 978aeca666889e261f4adb6b988369de249561d6 /package/imagemagick/Config.in | |
parent | a6892c69e8fbc57cb2204fa32638b6affcf7fc62 (diff) | |
download | buildroot-e158dbf0bd50ea7f17d53fee23fccffc5c99c9fd.tar.gz buildroot-e158dbf0bd50ea7f17d53fee23fccffc5c99c9fd.zip |
imagemagick: needs mmu
Fixes:
http://autobuild.buildroot.net/results/d2f/d2f673b71f771ab5a6435805e39338fd023f04c8/build-end.log
The complete log file says:
libMagickCore-6.Q16.so: undefined reference to `_fork'
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/imagemagick/Config.in')
-rw-r--r-- | package/imagemagick/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/imagemagick/Config.in b/package/imagemagick/Config.in index e66ded0032..1bd04a99b3 100644 --- a/package/imagemagick/Config.in +++ b/package/imagemagick/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_IMAGEMAGICK bool "imagemagick" + depends on BR2_USE_MMU # fork() help ImageMagick(R) is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of |