CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
make: aligned with upstream
[crossrootfs.git] / make / Pkgfile
index 7fe20b10b2e847aeda6374190583cba5468e3444..dce9b6f403fdf000d527de63e5a64d6008597480 100644 (file)
@@ -5,13 +5,13 @@
 
 name=make
 version=3.82
-release=2
+release=3
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2
-        savannah-bugs.patch)
+        $name-$version-bug_{30612,30653,30723}.patch)
 
 build() {
   cd $name-$version
-  patch -p0 -i ../savannah-bugs.patch
+  cat $SRC/$name-$version-*.patch | patch -p1
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \