]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: update makefile to enable civetweb config
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 27 Feb 2015 16:14:41 +0000 (08:14 -0800)
committerLoic Dachary <ldachary@redhat.com>
Mon, 2 Mar 2015 23:36:27 +0000 (00:36 +0100)
commit14aca3af18119a76c1cdfa6d71e6085d360e45e2
treed97eb82173903017b4419f282e4abfc57acf9a62
parent0820041e6515c82c41b81b9e6825e2dd5fcb8165
rgw: update makefile to enable civetweb config

Fixes: #10965
Backport: hammer, firefly

Civetweb compilation now includes conf header to enable ipv6.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit caa90225bad9fe5e9c275e6189b3396b4d396e3f)

Conflicts:
src/rgw/Makefile.am
           radosgw_CFLAGS = -Icivetweb/include
        was not yet changed into
           radosgw_CFLAGS = -I$(srcdir)/civetweb/include
        in firefly
src/Makefile-env.am
src/rgw/Makefile.am