]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ncurses
linux-atm: Fix build with GCC 10
[people/pmueller/ipfire-2.x.git] / lfs / ncurses
index 1186b5244f3aeea2a12cc1c7f8deb37269238347..1c8e9d076a66d288b756e95bf05b4f91ba499c6e 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.0
+VER        = 6.2
 
 THISAPP    = ncurses-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -35,10 +35,8 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 #
 ifeq "$(ROOT)" ""
   TARGET = $(DIR_INFO)/$(THISAPP)
-  PREFIX = /usr
 else
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
-  PREFIX = $(TOOLS_DIR)
   EXTRA_CONFIG = --build=$(BUILDTARGET)
 endif
 
@@ -60,7 +58,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ee13d052e1ead260d7c28071f46eefb1
+$(DL_FILE)_MD5 = e812da327b1c2214ac1aed440ea3ae8d
 
 install : $(TARGET)