Commit 6a672e83 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

git should use pcre

parent 46185678
all:
tar xf git-2.27.0.tar.xz
cd git-2.27.0 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig
cd git-2.27.0 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig --with-libpcre
$(MAKE) -C git-2.27.0 INSTALL_SYMLINKS=yes NO_PYTHON=yes
chown -Rv nobody git-2.27.0
su nobody -s /bin/bash -c "PATH=$$PATH make -C git-2.27.0 NO_PYTHON=yes test"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment