]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
FreeBSD/radosgw-admin can be build 12191/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 26 Nov 2016 21:56:53 +0000 (22:56 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Sat, 26 Nov 2016 21:56:53 +0000 (22:56 +0100)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
do_freebsd.sh
src/rgw/rgw_file.cc

index 5e302501424ac16c4163ceff40689f5fcd209fdf..84a3e9b8bcaf4e2f34ed205e17e1c4d2053ef09f 100755 (executable)
@@ -24,7 +24,6 @@ rm -rf build && ./do_cmake.sh "$*" \
        -D WITH_MANPAGE=OFF \
        -D WITH_LIBCEPHFS=OFF \
        -D WITH_CEPHFS=OFF \
-       -D WITH_RADOSGW=OFF \
        2>&1 | tee cmake.log
 
 cd build
index b536aad0e7934e1ec7baa89110f8c566b3d9d373..b04c71628518985bf37957f42fdaa1c5c53083de 100644 (file)
@@ -1,6 +1,7 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#include "include/compat.h"
 #include "include/rados/rgw_file.h"
 
 #include <sys/types.h>