CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
crossrootfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2dd6ee
)
m4: fixed issues with glibc 'gets' removal (aligned with upstream)
author
Victor Martinez
<pitillo@ono.com>
Fri, 19 Oct 2012 01:52:18 +0000
(
01:52
+0000)
committer
Victor Martinez
<pitillo@ono.com>
Fri, 19 Oct 2012 01:52:18 +0000
(
01:52
+0000)
m4/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/m4/Pkgfile
b/m4/Pkgfile
index b85b5538a161076a6533fcf370c6c08c996a8cd0..e709cc21e4c1bc77d8cd1670645f2d964c0ea766 100644
(file)
--- a/
m4/Pkgfile
+++ b/
m4/Pkgfile
@@
-11,6
+11,9
@@
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
+ # fix for glibc 'gets' removal
+ sed -i -e '/gets is a/d' lib/stdio.in.h
+
./configure --build=$CHOST \
--host=$CTARGET \
--prefix=/usr \