]> git.pld-linux.org Git - packages/ceph.git/blob - ceph-fcgi.patch
- fix awk shebang, rel 2
[packages/ceph.git] / ceph-fcgi.patch
1 --- ceph-12.2.13/src/rgw/CMakeLists.txt.orig    2020-01-30 21:52:36.000000000 +0100
2 +++ ceph-12.2.13/src/rgw/CMakeLists.txt 2020-05-28 21:27:33.099627687 +0200
3 @@ -135,6 +135,7 @@
4  
5  
6  if (WITH_RADOSGW_FCGI_FRONTEND)
7 +  include_directories(SYSTEM ${FCGI_INCLUDE_DIR})
8    list(APPEND rgw_a_srcs rgw_fcgi.cc)
9  endif()
10  
This page took 0.044391 seconds and 3 git commands to generate.