libgda: use system perl on darwin

This commit is contained in:
Jason Kotzin 2018-03-01 21:03:02 -08:00
parent 3319b1376c
commit 6d41a02467
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ define $(PKG)_BUILD
--without-java \
--enable-binreloc \
--disable-crypto \
$(shell [ `uname -s` == Darwin ] && echo "INTLTOOL_PERL=/usr/bin/perl") \
GLIB_GENMARSHAL='$(PREFIX)/$(TARGET)/bin/glib-genmarshal'
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=