fireinfo: Update fireinfo to support the ARM architecture.

This commit is contained in:
Michael Tremer
2011-09-04 13:27:21 +00:00
parent e49e0513a9
commit 780e11bde1
2 changed files with 5 additions and 5 deletions

View File

@@ -24,11 +24,11 @@
include Config
VER = 2.0.5
VER = 2.1.1
THISAPP = fireinfo-$(VER)
THISAPP = fireinfo-v$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DL_FROM = http://source.ipfire.org/releases/fireinfo/
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = e0e959a6891262f45fc1cedc225a662b
$(DL_FILE)_MD5 = da6bceb93027a42520d384edd47efbcd
install : $(TARGET)

View File

@@ -443,7 +443,7 @@ buildipfire() {
ipfiremake tcl
ipfiremake sqlite
ipfiremake python
#ipfiremake fireinfo
ipfiremake fireinfo
ipfiremake libnet
ipfiremake libnl
ipfiremake libidn