mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
correct LIBUNGIF_SITE for libungif
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#############################################################
|
||||
LIBUNGIF_VERSION:=4.1.4
|
||||
LIBUNGIF_SOURCE:=libungif-$(LIBUNGIF_VERSION).tar.bz2
|
||||
LIBUNGIF_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libungif/$(LIBUNGIF_SOURCE)
|
||||
LIBUNGIF_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libungif
|
||||
LIBUNGIF_DIR:=$(BUILD_DIR)/libungif-$(LIBUNGIF_VERSION)
|
||||
LIBUNGIF_CAT:=$(BZCAT)
|
||||
LIBUNGIF_BINARY:=libungif.so.$(LIBUNGIF_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user