sarg: update to 2.3.11 (needed for gcc-7)

This commit is contained in:
Arne Fitzenreiter
2018-01-26 12:20:57 +01:00
committed by Michael Tremer
parent f205319ca0
commit eaec148fd8
2 changed files with 45 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) 2014 Michael Tremer #
# Copyright (C) 2007-2018 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 = 2.3.10
VER = 2.3.11
THISAPP = sarg-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = sarg
PAK_VER = 3
PAK_VER = 4
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = f3c5f9a55ffea1662f6ec88daa0c49c3
$(DL_FILE)_MD5 = 8e30d86b16597aec89ad401c72c761bc
install : $(TARGET)
@@ -78,6 +78,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/sarg/sarg-2.3.11-format.patch
# Update gettext Makefile
cd $(DIR_APP) && cp -vf /usr/share/gettext/po/Makefile.in.in po/Makefile.in.in