CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
core-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0885445
)
gettext: fixed issues with glibc 'gets' removal (aligned with upstream)
author
Victor Martinez
<pitillo@ono.com>
Wed, 28 Nov 2012 16:45:22 +0000
(16:45 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Wed, 28 Nov 2012 16:45:22 +0000
(16:45 +0000)
gettext/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/gettext/Pkgfile
b/gettext/Pkgfile
index 6a088cc4f37f60f409d124e6289062ee99a69038..b7947a365431eb0174a197c92fb1c6c5699a3d31 100644
(file)
--- a/
gettext/Pkgfile
+++ b/
gettext/Pkgfile
@@
-11,6
+11,9
@@
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
+ # fix for glibc 'gets' removal
+ sed -i -e '/gets is a/d' $name-*/*/stdio.in.h
+
cat > config.cache << EOF
am_cv_func_iconv_works=yes
gl_cv_func_wcwidth_works=yes