blueness    14/10/14 17:06:17

  Modified:             make.defaults
  Log:
  BOOTSTRAP_USE=-nls to avoid a clash between musl and gettext in stage2

Revision  Changes    Path
1.6                  profiles/hardened/linux/musl/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?r1=1.5&r2=1.6

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make.defaults       9 Jun 2014 15:19:08 -0000       1.5
+++ make.defaults       14 Oct 2014 17:06:17 -0000      1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.5 
2014/06/09 15:19:08 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.6 
2014/10/14 17:06:17 blueness Exp $
 
 ELIBC="musl"
 
 FEATURES="sandbox sfperms strict"
 
 USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc"
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -nls 
-orc"
 
 SYMLINK_LIB="no"
 




Reply via email to