Skip to content

Commit

Permalink
squidguard: Bump version and add unsupported archs
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jun 28, 2021
1 parent 4052ad6 commit 44d464b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions spk/squidguard/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = squidguard
SPK_VERS = 1.5
SPK_REV = 1
SPK_VERS = 1.6
SPK_REV = 2
SPK_ICON = src/squidguard.png
BETA = 1

Expand All @@ -17,6 +17,14 @@ DISPLAY_NAME = SquidGuard
HOMEPAGE = http://www.squidguard.org/
LICENSE = GPL - Copyright © 1990,2007 Oracle. All rights reserved for berkeley db library. See LICENSE file.

# Toolchains lacking c++11 in conjunction with
# march=native compiler are not supported
UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(OLD_PPC_ARCHS)
ifeq ($(call version_lt, ${TCVERSION}, 7.0),1)
UNSUPPORTED_ARCHS += $(PPC_ARCHS)
UNSUPPORTED_ARCHS += $(ARM_ARCHS)
endif

INSTALLER_SCRIPT = src/installer.sh
SSS_SCRIPT = src/dsm-control.sh
FWPORTS = src/${SPK_NAME}.sc
Expand Down

0 comments on commit 44d464b

Please sign in to comment.