From: František Dvořák Date: Wed, 2 Nov 2011 18:34:17 +0000 (+0000) Subject: Build with non-standard curl prefix. X-Git-Tag: glite-px-myproxy-yaim_R_4_1_5_1~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=4cc6c4321f89c1b676603c3dfd8c8183678d361f;p=jra1mw.git Build with non-standard curl prefix. --- 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