mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The compat2x and compat3x packages are not buildable due to security
issues.
This commit is contained in:
parent
07f076fe7a
commit
29c8aaf706
1 changed files with 0 additions and 4 deletions
|
|
@ -157,11 +157,7 @@ CDROM_SET_1="${CDROM_SET_1} x11/rxvt"
|
|||
CDROM_SET_1="${CDROM_SET_1} archivers/unzip"
|
||||
CDROM_SET_1="${CDROM_SET_1} devel/gmake"
|
||||
CDROM_SET_1="${CDROM_SET_1} graphics/png"
|
||||
if [ "X${PKG_ARCH}" = "Xi386" ]; then
|
||||
CDROM_SET_1="${CDROM_SET_1} misc/compat22"
|
||||
fi
|
||||
if [ "X${PKG_ARCH}" = "Xi386" -o "X${PKG_ARCH}" = "Xalpha" ]; then
|
||||
CDROM_SET_1="${CDROM_SET_1} misc/compat3x"
|
||||
CDROM_SET_1="${CDROM_SET_1} misc/compat4x"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue