CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
udev: fixed libudev.so symlink
[crossrootfs.git] / coreutils / Pkgfile
index 58686d4c049f1d3f8c8f35e1b25eaa8640a1e2ba..b8ff1ad69674c93acc50ea34c41e60217f808773 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libgmp
 
 name=coreutils
-version=7.4
+version=8.2
 release=1
 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz 
         coreutils-uname.patch)
@@ -13,9 +13,10 @@ source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz
 build() {
   cd $name-$version
   patch -p1 -i $SRC/coreutils-uname.patch
-  touch man/uname.1 man/hostname.1
+  touch man/uname.1 man/hostname.1 man/arch.1
 
   cat > config.cache <<EOF
+ac_cv_search_clock_gettime=no
 fu_cv_sys_stat_statfs2_bsize=yes
 gl_cv_func_rename_trailing_slash_bug=no
 gl_cv_func_mbrtowc_incomplete_state=yes
@@ -28,6 +29,7 @@ gl_cv_func_wctob_works=yes
 EOF
 
   DEFAULT_POSIX2_VERSION=199209 \
+  GPERF=false \
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \