Skip to content

Commit

Permalink
Revert "package/tar: allowing building even on non-Y2038 compliant sy…
Browse files Browse the repository at this point in the history
…stems"

This reverts commit 7f1088f.

We're going back to tar 1.34, so this needs to be reverted as well.

Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
jacmet committed Nov 13, 2023
1 parent bcd879d commit b32a46e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package/tar/tar.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@
TAR_VERSION = 1.35
TAR_SOURCE = tar-$(TAR_VERSION).tar.xz
TAR_SITE = $(BR2_GNU_MIRROR)/tar
# --exec-prefix=/: busybox installs in /bin, so we need tar to install
# as well in /bin so that we don't end up with two different tar
#
# --disable-year2038: tells the configure script to not abort if the
# system is not Y2038 compliant. tar will support year2038 if the
# system is compliant even with this option passed
TAR_CONF_OPTS = \
--exec-prefix=/ \
--disable-year2038
# busybox installs in /bin, so we need tar to install as well in /bin
# so that we don't end up with two different tar
TAR_CONF_OPTS = --exec-prefix=/
TAR_LICENSE = GPL-3.0+
TAR_LICENSE_FILES = COPYING
TAR_CPE_ID_VENDOR = gnu
Expand Down

0 comments on commit b32a46e

Please sign in to comment.