We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31cc7b commit ac12134Copy full SHA for ac12134
Makefile.master
@@ -7,7 +7,7 @@ VPATH += $(SRCDIR)/SupportExt
7
8
# ImageMagick
9
MAGICK_CXXFLAGS = $(shell pkg-config Magick++ --cflags)
10
-MAGICK_LINKFLAGS = $(shell pkg-config Magick++ --libs --static)
+MAGICK_LINKFLAGS = $(shell pkg-config Magick++ --cflags-only-other --libs --static)
11
12
#librevenge
13
REVENGE_CXXFLAGS = $(shell pkg-config librevenge-0.0 --cflags)
0 commit comments