id3lib: add missing zlib dependency

If `zlib` isn't found an internal version is built that causes
conflicts with the actual `zlib` package (see #1772)
This commit is contained in:
Tony Theodore 2017-07-24 18:39:27 +10:00
parent 2461c19dab
commit cbebe1c878
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d
$(PKG)_SUBDIR := id3lib-$($(PKG)_VERSION)
$(PKG)_FILE := id3lib-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
$(PKG)_DEPS := gcc zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://sourceforge.net/projects/id3lib/files/id3lib/' | \