glibc: upgraded to v2.21.
This commit is contained in:
parent
08611f5df5
commit
cae6aa46ff
@ -1,6 +1,6 @@
|
||||
version=\
|
||||
(
|
||||
'2.20'
|
||||
'2.21'
|
||||
)
|
||||
|
||||
url=\
|
||||
@ -10,7 +10,7 @@ url=\
|
||||
|
||||
md5=\
|
||||
(
|
||||
'948a6e06419a01bd51e97206861595b0'
|
||||
'9cb398828e8f84f57d1f7d5588cf40cd'
|
||||
)
|
||||
|
||||
maintainer=\
|
||||
@ -55,5 +55,6 @@ configure()
|
||||
--with-tls \
|
||||
--enable-kernel=2.6.32 \
|
||||
--disable-nls \
|
||||
--enable-static-nss
|
||||
--enable-static-nss \
|
||||
--disable-werror
|
||||
}
|
||||
|
@ -7,12 +7,12 @@ requires=\
|
||||
|
||||
build()
|
||||
{
|
||||
$cmd_make -j1
|
||||
$cmd_make
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
$cmd_make install_root="$cfg_dir_toolchain_sysroot" -j1 install
|
||||
$cmd_make install_root="$cfg_dir_toolchain_sysroot" install
|
||||
}
|
||||
|
||||
target_install()
|
||||
|
Reference in New Issue
Block a user