CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: updated to 1.0.2o
[crossrootfs.git] / make / Pkgfile
index 499caef29d7c38c7430d53ffa2eb585c3be1bedd..3ca13210e7118d6e9d91272cd488f89513fcf7d9 100644 (file)
@@ -4,17 +4,17 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=make
-version=3.82
-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