CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glibc: updated to 2.24-10
[ports/core-arm.git] / bash / Pkgfile
index 16de649d599fb831ee2feab9e5191f66faff1aa7..ef38ddbe4856411faa41997f80e34c761542dfb5 100644 (file)
@@ -5,14 +5,16 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.4
+version=4.4.12
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
-        profile)
+        $name-$version.patch.gz profile)
 
 build() {
   cd $name-${version:0:3}
 
+  gunzip -c $SRC/$name-$version.patch.gz | patch -p0
+
   ./configure --prefix=/usr \
               --build=arm-unknown-linux-gnueabihf \
               --exec-prefix= \