wok diff sshfs-fuse/receipt @ rev 19649
syslinux/iso2exe: fix gzsize
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 22 14:07:37 2017 +0100 (2017-01-22) |
parents | 186a8b6ac51e |
children | 40ec0fa2f1d5 |
line diff
1.1 --- a/sshfs-fuse/receipt Thu Jan 12 09:42:44 2017 +0100 1.2 +++ b/sshfs-fuse/receipt Sun Jan 22 14:07:37 2017 +0100 1.3 @@ -14,11 +14,16 @@ 1.4 TAGS="ssh" 1.5 1.6 DEPENDS="fuse openssh sftp-server glib" 1.7 -BUILD_DEPENDS="fuse-dev gettext glib-dev pkg-config" 1.8 +BUILD_DEPENDS="fuse-dev gettext glib-dev pkg-config autoconf automake libtool" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 + libtoolize --force 1.14 + aclocal 1.15 + autoheader 1.16 + automake --force-missing --add-missing 1.17 + autoconf 1.18 ./configure --prefix=/usr \ 1.19 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.20 make &&