From 4cc6c4321f89c1b676603c3dfd8c8183678d361f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 2 Nov 2011 18:34:17 +0000 Subject: [PATCH] Build with non-standard curl prefix. --- org.gridsite.core/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index 83dc823..42db0b0 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -385,7 +385,7 @@ gridsite-storage.cgi: gridsite-storage.c libgridsite.so.$(VERSION) -I$(GRIDSITEDIR)/include \ -DVERSION=\"$(VERSION)\" -L. \ -L$(GRIDSITEDIR)/lib \ - -lgridsite $(CURL_LIBS) -lz -lssl -lcrypto $(XML2_LIBS) -lm + -lgridsite $(CURL_CFLAGS) $(CURL_LIBS) -lz -lssl -lcrypto $(XML2_LIBS) -lm clean: rm -rvf doxygen -- 1.8.2.3