From 3377d6e3a37358bf47c23bd6a9213db354535141 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 8 Mar 2017 22:04:29 +0100 Subject: fix exiftran build --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3bc022f..154a5e9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -147,6 +147,8 @@ fbi : LDLIBS += $(call ac_lib_mkvar,$(fbi_libs),LDLIBS) # jpeg/exif libs exiftran : LDLIBS += -ljpeg -lexif -lm +exiftran : CFLAGS += $(shell $(PKG_CONFIG) --cflags pixman-1) +exiftran : LDLIBS += $(shell $(PKG_CONFIG) --libs pixman-1) thumbnail.cgi : LDLIBS += -lexif -lm exiftran: exiftran.o genthumbnail.o jpegtools.o \ -- cgit