X-Git-Url: http://gitweb/?a=blobdiff_plain;f=psmisc%2FPkgfile;h=ac0117ea4e09fe3bf2fe1885be31006d3472d7b8;hb=409d70d3a79af22e7342f5e34094a9584ac4f34e;hp=e9500a516fd88cd25b1a67b271c83fa24249cd1a;hpb=d7a1806370c353fe4ce790a775a2e3bdbb7c6c9f;p=crossrootfs.git diff --git a/psmisc/Pkgfile b/psmisc/Pkgfile index e9500a5..ac0117e 100644 --- a/psmisc/Pkgfile +++ b/psmisc/Pkgfile @@ -6,8 +6,9 @@ name=psmisc version=22.21 -release=1 -source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz) +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