X-Git-Url: http://gitweb/?a=blobdiff_plain;f=psmisc%2FPkgfile;h=ac0117ea4e09fe3bf2fe1885be31006d3472d7b8;hb=36b71b9fa62c8b5a222036047c71f74b6da38b2d;hp=fa4eb5e47eee1cb517f0f197b055afab2b4e8c18;hpb=499f82636924ea07b378b568f701088181a76e1f;p=crossrootfs.git diff --git a/psmisc/Pkgfile b/psmisc/Pkgfile index fa4eb5e..ac0117e 100644 --- a/psmisc/Pkgfile +++ b/psmisc/Pkgfile @@ -5,9 +5,10 @@ # Depends on: ncurses name=psmisc -version=22.13 -release=1 -source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz) +version=22.21 +release=3 +source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz \ + fuseropts.patch) build() { cd $name-$version @@ -17,11 +18,13 @@ ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes EOF + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740275 + patch -p1 -i $SRC/fuseropts.patch + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --disable-nls \ - --mandir=/usr/man \ --cache-file=config.cache make