CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
elfutils: inital import
[crossrootfs.git] / make / Pkgfile
index 0cd019b4c466c43f680ddffd7061d1d78e66a5c4..3ca13210e7118d6e9d91272cd488f89513fcf7d9 100644 (file)
@@ -4,17 +4,17 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=make
-version=4.0
-release=1
+version=4.2.1
+release=2
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
   cd $name-$version
+  sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --disable-nls \
-              --mandir=/usr/man
+              --disable-nls
   make
   make DESTDIR=$PKG install
   rm -rf $PKG/usr/share