]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: Really add FCGI_INCLUDE_DIR to include_directories for rgw 10139/head
authorTim Serong <tserong@suse.com>
Tue, 5 Jul 2016 12:01:25 +0000 (22:01 +1000)
committerTim Serong <tserong@suse.com>
Thu, 7 Jul 2016 06:25:34 +0000 (16:25 +1000)
commit234b06680ba894009a57538d7818fc8462a57baf
treeaa75891c5eaf680ae85c81141a78cc3b7d13e4b6
parent0c136761268d11f740caf2cca8fadcc5be60227d
cmake: Really add FCGI_INCLUDE_DIR to include_directories for rgw

Commit 3cf6c53 was incorrect.  FCGI_INCLUDE_DIR doesn't need to be
set in src/rgw/CMakeLists.txt, but it does need to be set for the
rgw_a target in src/CMakeLists.txt, as well as for the
ceph_test_librgw_file and ceph_test_librgw_file_nfsns targets in
src/test/CMakeLists.txt.  I can only assume that I must not have
done a completely clean rebuild at some point when testing a
reworked version of the earlier commit :-/

This is only a problem for distros that keep the FCGI headers in
/usr/include/fastcgi/ (e.g.: SUSE).

This commit also removes a redundant include of <fcgiapp.h>

Signed-off-by: Tim Serong <tserong@suse.com>
src/CMakeLists.txt
src/rgw/CMakeLists.txt
src/rgw/rgw_fcgi.cc
src/test/CMakeLists.txt