wok-current diff mdbtools/receipt @ rev 23901
httpfs2-fuse: add man
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 31 14:26:28 2020 +0000 (2020-07-31) |
parents | 380ffe05937a |
children | afae00265386 |
line diff
1.1 --- a/mdbtools/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/mdbtools/receipt Fri Jul 31 14:26:28 2020 +0000 1.3 @@ -16,14 +16,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 sed -i 's|.*mdb_backends;|// &|' include/mdbtools.h 1.9 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.10 --enable-sql --with-unixodbc=/usr \ 1.11 --mandir=/usr/share/man \ 1.12 $CONFIGURE_ARGS && 1.13 - make && 1.14 - make DESTDIR=$DESTDIR install 1.15 + make -j 1 && 1.16 + make -j 1 DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg.