From 3e68849407895cf099f362b28824680c88d07f80 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Wed, 7 May 2014 09:36:38 +0200 Subject: [PATCH] Images: Fixed linkage of libpthread. --- images/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/Makefile b/images/Makefile index 1e46ff5b..760ac638 100644 --- a/images/Makefile +++ b/images/Makefile @@ -60,9 +60,8 @@ ifdef CONFIG_IMAGES_LIBMAGICK LIBIMAGES_MODS+=io-libmagick MAGICK_LIBS:=$(shell GraphicsMagick-config --libs) MAGICK_CPPFLAGS:=$(shell GraphicsMagick-config --cppflags) -LIBIMAGES_LIBS+=$(MAGICK_LIBS) +LIBIMAGES_LIBS+=$(MAGICK_LIBS) -lpthread $(o)/images/io-libmagick.o: CFLAGS+=$(MAGICK_CPPFLAGS) -$(o)/images/io-libmagick.o: LIBS+=-lpthread endif PROGS+=$(LIBIMAGES_PROGS) -- 2.39.2