profiles: ia64: enable USE=libtirpc by default, bug 657148
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 2 Jun 2018 21:16:38 +0000 (21:16 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 2 Jun 2018 21:47:47 +0000 (21:47 +0000)
Bug: https://bugs.gentoo.org/657148
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
profiles/arch/ia64/make.defaults

index dbfa5efa21343494b25eb6ce1148fe017c7bc3e7..0f0509dd7730f187596e34fb51f3d3e4050c2e6d 100644 (file)
@@ -10,6 +10,11 @@ CXXFLAGS="${CFLAGS}"
 FFLAGS="${CFLAGS}"
 FCFLAGS="${CFLAGS}"
 
+# Sergei Trofimovich <slyfox@gentoo.org> (3 Jun 2017)
+# Enable USE=libtirpc by default, to ease dependency resolution during
+# the stabilization of glibc-2.26. Bug 657148
+USE="libtirpc"
+
 # Michał Górny <mgorny@gentoo.org> (01 Jul 2014)
 # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild
 # checks simpler.