CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
inetutils: updated to 1.9.1
[crossrootfs.git] / readline / Pkgfile
index fe1e308b11bd4401f6243cec197d60926a62bef1..e5e0e0079385ea55602add26cbee014fa584947f 100644 (file)
@@ -5,10 +5,10 @@
 # Depends on: ncurses
 
 name=readline
-version=6.2.4
+version=6.3.6
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
-        $name-$version.patch.gz inputrc)
+        $name-$version.patch.gz inputrc $name-$version-wcwidth.patch)
 
 build() {
   cd $name-${version::3}
@@ -18,6 +18,9 @@ build() {
   # Don't use rpath for linking the shared libs
   sed -i '117s/-Wl,-rpath,$(libdir)//' support/shobj-conf
 
+  # Patch to avoid wcwidth tests
+  patch -i $SRC/$name-$version-wcwidth.patch
+
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \