CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: updated to 4.4.19
[ports/core-arm64.git] / bash / Pkgfile
index 062e073558f9f973ad7632515ce94e84280b6024..e2f2fe1e338246d0d0ecf303d7b3e4bc67e13631 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.4
+version=4.4.19
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
         profile)
@@ -13,6 +13,8 @@ source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
 build() {
   cd $name-${version:0:3}
 
+  gunzip -c $SRC/$name-$version.patch.gz | patch -p0
+
   ./configure --prefix=/usr \
               --build=aarch64-unknown-linux-gnueabi \
               --exec-prefix= \