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:
authorBalasankar "Balu" C <balasankarc@autistici.org>2020-08-03 15:25:44 +0300
committerBalasankar "Balu" C <balasankarc@autistici.org>2020-08-03 15:25:44 +0300
commitd417c6beb958f605d61cf1bd2291a74bf97494b0 (patch)
tree252e49f9d6237064cf4e417b72f745c3eaaa2d5e
parent749930084a1d09a1e77d6ca92d28d9ca31976723 (diff)
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
-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