CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
tar: bumped release 2 and aligned with upstream
authorJose V Beneyto <sepen@crux.nu>
Fri, 19 Oct 2012 00:17:32 +0000 (00:17 +0000)
committerJose V Beneyto <sepen@crux.nu>
Fri, 19 Oct 2012 00:37:54 +0000 (00:37 +0000)
tar/Pkgfile

index e1b237e21dd096064f2af4ba266c595afe848bcc..119b48b6b5d5160f2ae416581d20f5529a077821 100644 (file)
@@ -6,12 +6,15 @@
 
 name=tar
 version=1.26
-release=1
+release=2
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \
         $name-rootp.patch tar.1 rmt.8)
 
 build() {
   cd $name-$version
+
+  # fix for glibc 'gets' removal
+  sed -i -e '/gets is a/d' gnu/stdio.in.h
   patch -p1 -i $SRC/$name-rootp.patch
 
   ./configure --build=$CHOST \