From 9e31324af18c3f55f9767f1c6525d56c5bd8f091 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 22 Jul 2013 14:00:40 -0400 Subject: [PATCH] fix(profiles): Everyting assumes lib symlinks to lib64, make it so. --- .../profiles/features/64bit-native/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/features/64bit-native/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/features/64bit-native/make.defaults index 40d87abeda..6058a121a0 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/features/64bit-native/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/features/64bit-native/make.defaults @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/make.defaults,v 1.2 2008/11/14 15:43:49 darkside Exp $ -# We disable the symlink, since we won't be using it. -SYMLINK_LIB="no" +# We still need lib to be a symlink since LIBDIR is lib64 +SYMLINK_LIB="yes" USE="-gcc64" STAGE1_USE="nptl nptlonly unicode"