mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add libpcre to git
This commit is contained in:
parent
0c8bbfcd15
commit
c6e1a88d57
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ mkdir build \
|
|||
&& tar -C build -xzf git.tar.gz \
|
||||
&& cd build/git-$GIT_VERSION \
|
||||
&& chmod +x configure \
|
||||
&& ./configure \
|
||||
&& USE_LIBPCRE=YesPlease ./configure --with-libpcre \
|
||||
&& make all \
|
||||
&& make install PREFIX=/usr/local \
|
||||
&& cd ../.. \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue