CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
make: fixed build and updated release
authorVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 19:35:12 +0000 (19:35 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 19:35:12 +0000 (19:35 +0000)
make/Pkgfile

index c23e12327510c3b318f62967be16a83c5eb9d463..3ca13210e7118d6e9d91272cd488f89513fcf7d9 100644 (file)
@@ -5,11 +5,12 @@
 
 name=make
 version=4.2.1
-release=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 \