mirror of
https://git.proxmox.com/git/libgit2
synced 2025-10-16 20:08:12 +00:00
Force build with gcc-8 to fix segfaults in armhf build
This commit is contained in:
parent
a4b72f472f
commit
cf109cbc12
2
debian/control
vendored
2
debian/control
vendored
@ -5,7 +5,7 @@ Maintainer: Russell Sim <russell.sim@gmail.com>
|
|||||||
Build-Depends: debhelper (>= 11~),
|
Build-Depends: debhelper (>= 11~),
|
||||||
python-minimal (>= 2.4.0), pkg-config,
|
python-minimal (>= 2.4.0), pkg-config,
|
||||||
cmake, libz-dev, libmbedtls-dev,
|
cmake, libz-dev, libmbedtls-dev,
|
||||||
libssh2-1-dev, libhttp-parser-dev, libkrb5-dev
|
libssh2-1-dev, libhttp-parser-dev, libkrb5-dev, gcc-8
|
||||||
Standards-Version: 4.1.4
|
Standards-Version: 4.1.4
|
||||||
Homepage: https://libgit2.github.com/
|
Homepage: https://libgit2.github.com/
|
||||||
Vcs-Git: https://salsa.debian.org/debian/libgit2.git
|
Vcs-Git: https://salsa.debian.org/debian/libgit2.git
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -13,6 +13,8 @@ TEST_TMPDIR := $(CURDIR)/tmp-test
|
|||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
DPKG_EXPORT_BUILDFLAGS = 1
|
DPKG_EXPORT_BUILDFLAGS = 1
|
||||||
include /usr/share/dpkg/buildflags.mk
|
include /usr/share/dpkg/buildflags.mk
|
||||||
|
# build with gcc 7 segafaults in armhf
|
||||||
|
export CC=gcc-8
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure --builddirectory=build-debian-release -- \
|
dh_auto_configure --builddirectory=build-debian-release -- \
|
||||||
|
Loading…
Reference in New Issue
Block a user