From 7aa086dde1b00119cb5b7a40aac647ac3f372c1c Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 15 Feb 2013 13:28:46 -0800 Subject: [PATCH] fix(make.defaults): use SYMLINK_LIB=no this makes the variable match the comment _and_ it makes the baselayout bump work. --- .../coreos-overlay/profiles/features/64bit-native/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 de1ee948dd..40d87abeda 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 @@ -3,7 +3,7 @@ # $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="yes" +SYMLINK_LIB="no" USE="-gcc64" STAGE1_USE="nptl nptlonly unicode"