Also add lfs to fix 32bit build failures

This commit is contained in:
Gianfranco Costamagna 2024-02-08 16:38:25 +01:00
parent de773831ff
commit 677b521d81

4
debian/rules vendored
View File

@ -65,8 +65,8 @@ CONFIGURE_EXTRA =
# dpkg-buildflags support
# disable fixfilepath in favor of the llvm-project supplied flavor, disable lto
# remove once the time64_t transition starts
export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath,-fixdebugpath optimize=-lto abi=+time64
# remove +time64,+lfs once the time64_t transition starts
export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath,-fixdebugpath optimize=-lto abi=+time64,+lfs
# these are handled on a per stage / build basis
ifeq ($(VENDOR)-$(DEB_HOST_ARCH),Ubuntu-ppc64el)