diff options
author | 2005-01-15 13:03:39 +0000 | |
---|---|---|
committer | 2005-01-15 13:03:39 +0000 | |
commit | 744f0ea6a5f6d7f7641dff59d8a85b9e4d790c7a (patch) | |
tree | 0b5f6da7073ef1e70ae9549121d6f6e6666e95bf /profiles | |
parent | Having repoman use 2005.0 on amd64. (diff) | |
download | historical-744f0ea6a5f6d7f7641dff59d8a85b9e4d790c7a.tar.gz historical-744f0ea6a5f6d7f7641dff59d8a85b9e4d790c7a.tar.bz2 historical-744f0ea6a5f6d7f7641dff59d8a85b9e4d790c7a.zip |
tell baselayout whether or not to make lib symlinks.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2005.0/make.defaults | 5 | ||||
-rw-r--r-- | profiles/default-linux/amd64/2005.0/no-symlinks/make.defaults | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/profiles/default-linux/amd64/2005.0/make.defaults b/profiles/default-linux/amd64/2005.0/make.defaults index b5874cf6a86d..eb37e30ddec9 100644 --- a/profiles/default-linux/amd64/2005.0/make.defaults +++ b/profiles/default-linux/amd64/2005.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/make.defaults,v 1.3 2005/01/12 08:50:08 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/make.defaults,v 1.4 2005/01/15 13:02:44 eradicator Exp $ STAGE1_USE="multilib" GRP_STAGE23_USE="${STAGE1_USE} multislot ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses readline zlib -java -nptl" @@ -25,3 +25,6 @@ LIBDIR_x86="lib32" # In case someone wants to help out by setting FEATURES="multilib-strict" MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" MULTILIB_STRICT_DENY="64-bit.*shared object" + +# Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib +SYMLINK_LIB="yes" diff --git a/profiles/default-linux/amd64/2005.0/no-symlinks/make.defaults b/profiles/default-linux/amd64/2005.0/no-symlinks/make.defaults new file mode 100644 index 000000000000..d0bf23938b32 --- /dev/null +++ b/profiles/default-linux/amd64/2005.0/no-symlinks/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/no-symlinks/make.defaults,v 1.1 2005/01/15 13:03:39 eradicator Exp $ + +# Hack to tell baselayout NOT to use symlinks for /lib, /usr/lib, and /usr/local/lib +SYMLINK_LIB="no" |