summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-11-11 14:59:21 +0100
committerTor Andersson <tor.andersson@artifex.com>2013-11-11 16:12:45 +0100
commitcdc3d601bfe1f16ea96f35526644eaf53415be80 (patch)
treea6a0f169c90493126fee0be24816c3fb35cec222 /Makerules
parent0ac19f1102ab7ab8f3152c2e2760249ba82cf385 (diff)
downloadmupdf-cdc3d601bfe1f16ea96f35526644eaf53415be80.tar.xz
Remove unneccessary CURL_CFLAGS from non-curl make targets.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makerules b/Makerules
index 6f7b3f28..e52571ec 100644
--- a/Makerules
+++ b/Makerules
@@ -59,6 +59,7 @@ SYS_OPENSSL_CFLAGS = -DHAVE_OPENSSL $(shell pkg-config --cflags libcrypto)
SYS_OPENSSL_LIBS = $(shell pkg-config --libs libcrypto)
endif
+# TODO: use pkg-config for system CURL
SYS_CURL_DEPS = -lpthread -lrt
SYS_X11_CFLAGS = $(shell pkg-config --cflags x11 xext)