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:
authorToon Claes <toon@gitlab.com>2021-02-25 12:43:34 +0300
committerToon Claes <toon@gitlab.com>2021-02-25 12:43:34 +0300
commitef061fd0ccb16fadf3d8550c12b27c4cb3159990 (patch)
tree952a0af5b7aa1b2e0ae510a190a7cf4fad85965a
parent1b7ccef4f189eca94fbc8610fed1d945dfd5a77c (diff)
parente08d2630749648c4dac29defc3f3fbf62e0b03fb (diff)
Merge branch 'avar/makefile-git-build-cleanup' into 'master'
Makefile: trivial cleanup of git build flags See merge request gitlab-org/gitaly!3184
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index da147abc3..e5f3cfd43 100644
--- a/Makefile
+++ b/Makefile
@@ -87,12 +87,10 @@ ifeq (${GIT_BUILD_OPTIONS},)
GIT_BUILD_OPTIONS += DEVELOPER=1
# but don't cause warnings to fail the build
GIT_BUILD_OPTIONS += DEVOPTS=no-error
- GIT_BUILD_OPTIONS += USE_LIBPCRE2=YesPlease
+ GIT_BUILD_OPTIONS += USE_LIBPCRE=YesPlease
GIT_BUILD_OPTIONS += NO_PERL=YesPlease
GIT_BUILD_OPTIONS += NO_EXPAT=YesPlease
GIT_BUILD_OPTIONS += NO_TCLTK=YesPlease
- # fix compilation on musl libc
- GIT_BUILD_OPTIONS += NO_REGEX=YesPlease
GIT_BUILD_OPTIONS += NO_GETTEXT=YesPlease
GIT_BUILD_OPTIONS += NO_PYTHON=YesPlease
GIT_BUILD_OPTIONS += NO_INSTALL_HARDLINKS=YesPlease