diff options
author | Jason Kotzin <jason@flirc.tv> | 2018-03-02 05:03:28 (GMT) |
---|---|---|
committer | Jason Kotzin <jason@flirc.tv> | 2018-03-02 05:03:28 (GMT) |
commit | 8bfb79d4238491c79ed3184e34a57b040149a7b4 (patch) | |
tree | 55ba3f7cd7ee6fd29a5dc7931e4da102d8f84317 /src/libsoup.mk | |
parent | 6d41a024672bd0d7d64b49650adb6d259d579729 (diff) | |
download | mxe-8bfb79d4238491c79ed3184e34a57b040149a7b4.zip mxe-8bfb79d4238491c79ed3184e34a57b040149a7b4.tar.gz mxe-8bfb79d4238491c79ed3184e34a57b040149a7b4.tar.bz2 |
libsoup: use system perl on darwin
Diffstat (limited to 'src/libsoup.mk')
-rw-r--r-- | src/libsoup.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libsoup.mk b/src/libsoup.mk index 2aa71ce..4c6c3c1 100644 --- a/src/libsoup.mk +++ b/src/libsoup.mk @@ -19,7 +19,8 @@ define $(PKG)_BUILD $(MXE_CONFIGURE_OPTS) \ --disable-vala \ --without-apache-httpd \ - --without-gssapi + --without-gssapi \ + $(shell [ `uname -s` == Darwin ] && echo "INTLTOOL_PERL=/usr/bin/perl") $(MAKE) -C '$(BUILD_DIR)' -j $(JOBS) $(MAKE) -C '$(BUILD_DIR)' -j 1 install |