From b7243acf6b1bebd71b8ab28c181a3086dccc6e45 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 24 Jun 2015 15:12:53 +0200 Subject: [PATCH] unbound: fix build with gcc 5.1 --- unbound/Pkgfile | 1 + 1 file changed, 1 insertion(+) diff --git a/unbound/Pkgfile b/unbound/Pkgfile index 6b825f7c7..e96cd9746 100644 --- a/unbound/Pkgfile +++ b/unbound/Pkgfile @@ -19,6 +19,7 @@ build () { --with-chroot-dir=/etc/unbound \ --with-rootkey-file=/etc/unbound/anchor/root.key \ --disable-shared \ + --disable-flto \ --with-username=unbound make