diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |