mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02:55 +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 \
|
&& tar -C build -xzf git.tar.gz \
|
||||||
&& cd build/git-$GIT_VERSION \
|
&& cd build/git-$GIT_VERSION \
|
||||||
&& chmod +x configure \
|
&& chmod +x configure \
|
||||||
&& ./configure \
|
&& USE_LIBPCRE=YesPlease ./configure --with-libpcre \
|
||||||
&& make all \
|
&& make all \
|
||||||
&& make install PREFIX=/usr/local \
|
&& make install PREFIX=/usr/local \
|
||||||
&& cd ../.. \
|
&& cd ../.. \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue