mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-26 23:26:19 +00:00
Also add lfs to fix 32bit build failures
This commit is contained in:
parent
de773831ff
commit
677b521d81
4
debian/rules
vendored
4
debian/rules
vendored
@ -65,8 +65,8 @@ CONFIGURE_EXTRA =
|
|||||||
|
|
||||||
# dpkg-buildflags support
|
# dpkg-buildflags support
|
||||||
# disable fixfilepath in favor of the llvm-project supplied flavor, disable lto
|
# disable fixfilepath in favor of the llvm-project supplied flavor, disable lto
|
||||||
# remove once the time64_t transition starts
|
# remove +time64,+lfs once the time64_t transition starts
|
||||||
export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath,-fixdebugpath optimize=-lto abi=+time64
|
export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath,-fixdebugpath optimize=-lto abi=+time64,+lfs
|
||||||
|
|
||||||
# these are handled on a per stage / build basis
|
# these are handled on a per stage / build basis
|
||||||
ifeq ($(VENDOR)-$(DEB_HOST_ARCH),Ubuntu-ppc64el)
|
ifeq ($(VENDOR)-$(DEB_HOST_ARCH),Ubuntu-ppc64el)
|
||||||
|
Loading…
Reference in New Issue
Block a user