Skip to content

Commit

Permalink
Merge pull request #16784 from surak/patch-10
Browse files Browse the repository at this point in the history
install subtree support for git 2.36.0
  • Loading branch information
boegel authored Dec 3, 2022
2 parents 65ad400 + 901cd22 commit f0498ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ preconfigopts = 'make configure && '
# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS.
configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'"

postinstallcmds = ['cd contrib/subtree; make install']

sanity_check_paths = {
'files': ['bin/git'],
'dirs': ['libexec/git-core', 'share'],
Expand Down

0 comments on commit f0498ab

Please sign in to comment.