[Pkg-nagios-changes] [pkg-icinga2] 01/01: arm64: Build with ld.gold as linker
Markus Frosch
lazyfrosch at moszumanska.debian.org
Mon Dec 19 07:51:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
lazyfrosch pushed a commit to branch master
in repository pkg-icinga2.
commit d1ec429fab7bcc2ed80a07cb84e803a44674f720
Author: Markus Frosch <lazyfrosch at debian.org>
Date: Mon Dec 19 07:50:54 2016 +0000
arm64: Build with ld.gold as linker
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 8ff3012..2b72692 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
ifneq ($(findstring $(DEB_HOST_ARCH), armhf),)
UNITY_BUILD = -DICINGA2_UNITY_BUILD=Off
endif
+ifneq ($(findstring $(DEB_HOST_ARCH), arm64),)
+ export DEB_LDFLAGS_MAINT_APPEND = -fuse-ld=gold
+endif
ifneq ($(findstring $(DEB_HOST_ARCH), mips),)
UNITY_BUILD = -DICINGA2_UNITY_BUILD=Off
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git
More information about the Pkg-nagios-changes
mailing list