X-Git-Url: http://gitweb/?a=blobdiff_plain;f=psmisc%2FPkgfile;h=4c9989a353559256c2432a2f6a54ab2f3dabd193;hb=0a832f312eff50a1925f8f60f4390bf431d4c062;hp=6372cb3421945b1747345c17084c1ea285abc7b0;hpb=6251ec61ce00f03bd6c111098e043f89b45da4c4;p=crossrootfs.git diff --git a/psmisc/Pkgfile b/psmisc/Pkgfile index 6372cb3..4c9989a 100644 --- a/psmisc/Pkgfile +++ b/psmisc/Pkgfile @@ -5,9 +5,10 @@ # Depends on: ncurses name=psmisc -version=22.20 +version=23.1 release=1 -source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz) +source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.xz + 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