diff mbox

[1/1] imagemagick: needs mmu

Message ID 1392479531-22613-1-git-send-email-romain.naour@openwide.fr
State Accepted
Commit e158dbf0bd50ea7f17d53fee23fccffc5c99c9fd
Headers show

Commit Message

Romain Naour Feb. 15, 2014, 3:52 p.m. UTC
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>
---
 package/imagemagick/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Feb. 15, 2014, 4:05 p.m. UTC | #1
>>>>> "Romain" == Romain Naour <romain.naour@openwide.fr> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/imagemagick/Config.in b/package/imagemagick/Config.in
index e66ded0..1bd04a9 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