Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af9bdcb8a..ec5d7d90c 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ ifeq (${LIBGIT2_BUILD_OPTIONS},)
LIBGIT2_BUILD_OPTIONS += -DTHREADSAFE=ON
LIBGIT2_BUILD_OPTIONS += -DBUILD_CLAR=OFF
LIBGIT2_BUILD_OPTIONS += -DBUILD_SHARED_LIBS=OFF
- LIBGIT2_BUILD_OPTIONS += -DCMAKE_C_FLAGS=-fPIClrt
+ LIBGIT2_BUILD_OPTIONS += -DCMAKE_C_FLAGS='-fPIC -lrt'
LIBGIT2_BUILD_OPTIONS += -DCMAKE_BUILD_TYPE=Release
LIBGIT2_BUILD_OPTIONS += -DCMAKE_INSTALL_PREFIX=${LIBGIT2_INSTALL_DIR}
LIBGIT2_BUILD_OPTIONS += -DCMAKE_INSTALL_LIBDIR=lib