git: Fix build if utfcpp is installed

Fixes #1000.
This commit is contained in:
Fredrik Fornwall 2017-05-07 09:40:41 +02:00
parent 6692edd3c3
commit f5d9b0d917
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ termux_step_pre_configure () {
# remains without bumped modification times, so are not picked
# up by the package):
rm -Rf $TERMUX_PREFIX/share/git-perl
# Fixes build if utfcpp is installed:
CPPFLAGS="-I$TERMUX_PKG_SRCDIR $CPPFLAGS"
}
termux_step_post_make_install () {