diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-07-25 10:41:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-25 10:41:27 (GMT) |
commit | b6b659bb0442bbf848597446190edd4c795a0b98 (patch) | |
tree | d9208463d381e5e9829068f2255d48fc9ff72e28 /src/pkgconf.mk | |
parent | eb34b4ea4250c36d951b14d7efce56de948be41f (diff) | |
parent | d5acb5a3ec0252900847e5d2f5444d4ba51e2f24 (diff) | |
download | mxe-b6b659bb0442bbf848597446190edd4c795a0b98.zip mxe-b6b659bb0442bbf848597446190edd4c795a0b98.tar.gz mxe-b6b659bb0442bbf848597446190edd4c795a0b98.tar.bz2 |
Merge pull request #1853 from tonytheodore/native-libtool
add libtool dep for native packages using autotools
Diffstat (limited to 'src/pkgconf.mk')
-rw-r--r-- | src/pkgconf.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkgconf.mk b/src/pkgconf.mk index 5b46267..409e020 100644 --- a/src/pkgconf.mk +++ b/src/pkgconf.mk @@ -10,6 +10,7 @@ $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://github.com/$(PKG)/$(PKG)/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) $(PKG)_DEPS := +$(PKG)_DEPS_$(BUILD) := libtool $(PKG)_UPDATE = $(call MXE_GET_GITHUB_SHA, pkgconf/pkgconf, master) |