diff --git a/Makefile b/Makefile index f85b42c1a3..1a889050e2 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ cernbox-revad: gaia gaia build --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) -o ./cmd/revad/revad .PHONY: revad-ceph revad-ceph: - go build -ldflags "-extldflags=-static $(BUILD_FLAGS)" -tags ceph -o ./cmd/revad/revad ./cmd/revad/main + go build -ldflags "$(BUILD_FLAGS)" -tags ceph -o ./cmd/revad/revad ./cmd/revad/main .PHONY: reva reva: