]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/haproxy
core166: Ship changes files
[people/mfischer/ipfire-2.x.git] / lfs / haproxy
index 5c522be70c8b9b28791a5f03513a10ba2a1c1d8b..2e29fbe387628da77f4b7a4157bb4b06a144d480 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  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,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The Reliable, High Performance TCP/HTTP Load Balancer
+
 VER        = 2.2.4
 
 THISAPP    = haproxy-$(VER)
@@ -32,13 +34,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = haproxy
-PAK_VER    = 18
+PAK_VER    = 19
 
 DEPS       =
 
-ifeq "$(BUILD_ARCH)" "armv5tel"
-       LDFLAGS += -latomic
-endif
+SERVICES   = haproxy
 
 ifeq "$(BUILD_ARCH)" "riscv64"
        LDFLAGS += -latomic
@@ -100,7 +100,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                /var/ipfire/backup/addons/includes/haproxy
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,haproxy)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Logrotate
        -mkdir -pv /etc/logrotate.d