diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-17 07:01:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-17 07:01:42 +0000 |
commit | 02b2ba9250ab08a97195cc14105cf2be307fb102 (patch) | |
tree | 75a086736ae3a9bc4532a707651dabb25cdc591a /sys-libs | |
parent | add fix for superh from upstream (diff) | |
download | gentoo-2-02b2ba9250ab08a97195cc14105cf2be307fb102.tar.gz gentoo-2-02b2ba9250ab08a97195cc14105cf2be307fb102.tar.bz2 gentoo-2-02b2ba9250ab08a97195cc14105cf2be307fb102.zip |
always enable MALLOC_GLIBC_COMPAT
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.28.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/uclibc/uclibc-0.9.28.ebuild b/sys-libs/uclibc/uclibc-0.9.28.ebuild index c2ef1d6faceb..db8b47690053 100644 --- a/sys-libs/uclibc/uclibc-0.9.28.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.28.ebuild @@ -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/sys-libs/uclibc/uclibc-0.9.28.ebuild,v 1.9 2005/11/17 07:00:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.28.ebuild,v 1.10 2005/11/17 07:01:42 vapier Exp $ #ESVN_REPO_URI="svn://uclibc.org/trunk/uClibc" #inherit subversion @@ -205,8 +205,8 @@ src_unpack() { fi local moredefs="" - use uclibc-compat && moredefs="DL_FINI_CRT_COMPAT MALLOC_GLIBC_COMPAT" - for def in ${moredefs} DO_C99_MATH UCLIBC_HAS_{RPC,CTYPE_CHECKED,WCHAR,HEXADECIMAL_FLOATS,GLIBC_CUSTOM_PRINTF,FOPEN_EXCLUSIVE_MODE,GLIBC_CUSTOM_STREAMS,PRINTF_M_SPEC,FTW} ; do + use uclibc-compat && moredefs="DL_FINI_CRT_COMPAT" + for def in ${moredefs} MALLOC_GLIBC_COMPAT DO_C99_MATH UCLIBC_HAS_{RPC,CTYPE_CHECKED,WCHAR,HEXADECIMAL_FLOATS,GLIBC_CUSTOM_PRINTF,FOPEN_EXCLUSIVE_MODE,GLIBC_CUSTOM_STREAMS,PRINTF_M_SPEC,FTW} ; do sed -i -e "s:# ${def} is not set:${def}=y:" .config done echo "UCLIBC_HAS_FULL_RPC=y" >> .config |