]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: link libfcgi to librgw
authorSage Weil <sage.weil@dreamhost.com>
Mon, 12 Mar 2012 04:11:37 +0000 (21:11 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Mon, 12 Mar 2012 04:16:31 +0000 (21:16 -0700)
Need this to make a linker error go away on my squeeze dev box.  We
probably need to make sure librgw doesn't touch fcgi, once that is
revisited down the line.  Opened #2166.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/Makefile.am

index 5001fc1ab39fd548264ac181a8dffd7505fe77b9..08e7c38f5a4aedf84d615c83a57b75ed2e88f16a 100644 (file)
@@ -289,7 +289,7 @@ librgw_la_SOURCES = ${librgw_SOURCES}
 librgw_la_CFLAGS = ${CRYPTO_CFLAGS} ${AM_CFLAGS}
 librgw_la_CXXFLAGS = ${CRYPTO_CXXFLAGS} ${AM_CXXFLAGS}
 librgw_la_LIBADD = librados.la
-librgw_la_LDFLAGS = -version-info 1:0:0 $(PTHREAD_LIBS) -lm $(CRYPTO_LIBS) $(EXTRALIBS) -lexpat -lcurl
+librgw_la_LDFLAGS = -version-info 1:0:0 $(PTHREAD_LIBS) -lm $(CRYPTO_LIBS) $(EXTRALIBS) -lexpat -lcurl -lfcgi
 lib_LTLIBRARIES += librgw.la
 
 endif